Skip to content

v0.65.3

Choose a tag to compare

@github-actions github-actions released this 01 Apr 03:56
· 1257 commits to main since this release
f3d24fe

🌟 Release Highlights

This release focuses on improving the gh aw update experience, prerelease handling, and release channel management β€” with important fixes for import path preservation and service container documentation.

⚠️ Breaking Changes

  • Stable release channel removed (#23755): The releases.json aliases and stable release channel have been removed. If you were pinned to the stable channel, switch to latest. The update-stable-release.yml workflow has also been removed.

✨ What's New

  • Prerelease-aware updates (#23810): gh aw update now skips prerelease versions when resolving the latest release, so you'll always land on a stable release by default.
  • Release promotion workflow (#23811): A new internal workflow makes it easy to promote a prerelease to the latest stable channel with a single trigger.

πŸ› Bug Fixes & Improvements

  • gh aw update no longer rewrites local imports (#23809): Fixed a bug where running gh aw update would overwrite local relative imports: paths with cross-repo paths that fail at runtime.
  • DeepReport workflow reliability (#23807): Switched from Codex to Claude engine and corrected the memory path so the deep-report workflow runs reliably.

πŸ“š Documentation

  • Service containers from the agent sandbox (#23776): Clarified that services (e.g., Postgres) started via services: are bound to the runner host and must be reached from the agent container using host.docker.internal:<port> β€” not localhost.

🌍 Community Contributions

A huge thank you to the community members who reported issues that were resolved in this release!

@johnpreed

@srgibbs99


For complete details, see CHANGELOG.

Generated by Release


What's Changed

  • [log] Add debug logging to metrics, observability, and workflow compilation by @github-actions[bot] in #23785
  • [actions] Update GitHub Actions versions - 2026-03-31 by @github-actions[bot] in #23778
  • fix(deep-report): switch to claude engine and fix memory path by @Copilot in #23807
  • [docs] docs: clarify service container accessibility from agent sandbox by @github-actions[bot] in #23776
  • Remove releases.json aliases and stable release channel support by @Copilot in #23755
  • Add workflow to promote a release to latest/non-prerelease by @Copilot in #23811
  • Ignore prerelease releases when fetching GitHub releases by @Copilot in #23810
  • fix: preserve local relative imports during gh aw update by @Copilot in #23809

Full Changelog: v0.65.2...v0.65.3