Skip to content

Bump github/gh-aw from 0.50.4 to 0.53.3#502

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/gh-aw-0.53.3
Closed

Bump github/gh-aw from 0.50.4 to 0.53.3#502
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/gh-aw-0.53.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps github/gh-aw from 0.50.4 to 0.53.3.

Release notes

Sourced from github/gh-aw's releases.

v0.53.3

🌟 Release Highlights

This release focuses on reliability and correctness — eliminating workflow toggle loops, hardening enterprise compatibility, and improving the gh aw upgrade experience so lock files stay consistent across commands.

✨ What's New

  • Concurrency safety for conclusion jobs — The conclusion job now uses a concurrency group keyed to the workflow run ID, preventing race conditions when multiple workflow runs finish simultaneously (#19616).
  • Enterprise GitHub Server support in safe outputs — Hardcoded github.com references in the safe output JavaScript layer have been replaced with GITHUB_SERVER_URL, enabling correct behavior in GitHub Enterprise Cloud environments (#19621).

🐛 Bug Fixes & Improvements

  • gh aw upgrade / gh aw compile no longer produce divergent lock files — A long-standing issue where running both commands in sequence caused files to toggle between two states is now fixed (#19681).
  • gh aw upgrade no longer corrupts SHA-pinned uses: lines — The upgrader was wrapping the entire uses: value (including the inline # vX.Y.Z comment) in quotes; this is now corrected (#19679).
  • Conclusion job survives API failures — The handle_create_pr_error function now degrades gracefully when GitHub API calls fail, preventing conclusion job crashes (#19683).
  • Audit command surfaces activation errorsgh aw audit now correctly surfaces errors from the activation job even when no agent artifacts were uploaded, giving clearer diagnostics on early failures (#19678).
  • No more duplicate No-Op Runs issues — Transient search failures no longer cause the workflow to create duplicate [aw] No-Op Runs issues (#19613).
  • Label constraint messages are unambiguous — Label names containing spaces are now quoted in compiler constraint messages, eliminating parsing ambiguity (#19682).
  • Correct pull request history links — History links now use type=pullrequests for accurate navigation (#19676).
  • Version-pinning fix applied to install script source — The version-pinning correction is now applied directly to install-gh-aw.sh, the source of truth, rather than a generated copy (#19686).

📚 Documentation

Documentation for the CentralRepoOps pattern has been expanded with trigger file and workflow_call usage examples, and the compilation process guide has been trimmed by ~20% for clarity (#19693, #19664).

🌍 Community Contributions

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


For complete details, see CHANGELOG.

Generated by Release


What's Changed

... (truncated)

Commits
  • a0ed2f4 docs: add trigger file + workflow_call pattern to CentralRepoOps (#19693)
  • 6dc2fa2 fix: gh aw upgrade and gh aw compile produce identical lock files (#19681)
  • 39cf121 [docs] Update documentation for features from 2026-03-05 (#19690)
  • bc9fa0c fix: gh aw upgrade wraps SHA-pinned uses: value in quotes, including inline...
  • c35ab22 fix: migrate version-pinning fix to source file install-gh-aw.sh (#19686)
  • ff85170 fix: graceful degradation in handle_create_pr_error when API calls fail (#1...
  • 87fd0f4 Quote label names in constraint messages to eliminate ambiguity with spaces (...
  • e3da5a3 fix: use type=pullrequests for pull request history links (#19676)
  • 35001cf fix(audit): surface activation job errors when no agent artifacts were upload...
  • d5160e8 [jsweep] Clean add_reviewer.cjs (#19680)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/gh-aw](https://github.com/github/gh-aw) from 0.50.4 to 0.53.3.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Commits](github/gh-aw@v0.50.4...v0.53.3)

---
updated-dependencies:
- dependency-name: github/gh-aw
  dependency-version: 0.53.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 5, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 5, 2026

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2026

Superseded by #503.

@dependabot dependabot bot closed this Mar 6, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/github/gh-aw-0.53.3 branch March 6, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants