Skip to content

Bump github/gh-aw from 0.50.4 to 0.51.8#500

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps github/gh-aw from 0.50.4 to 0.51.8.

Release notes

Sourced from github/gh-aw's releases.

v0.51.8

🌟 Release Highlights

This release delivers a notable breaking change with a smooth migration path, a quality-of-life CLI improvement, and enhanced traceability in generated workflow outputs.

⚠️ Breaking Changes

  • app: frontmatter key renamed to github-app: — The GitHub App token configuration key has been renamed for clarity. A codemod is included to migrate your existing workflows automatically. Run gh aw update to apply the migration. (#19295)

✨ What's New

  • --no-compile flag for update and upgrade — Skip the recompilation step when updating or upgrading workflows, giving you faster iteration when you want to defer compilation. (#19325)
  • History links in generated footers — Issues, pull requests, and discussions created by agentic workflows now include a history link in their footer. Clicking it opens a pre-filtered GitHub search showing all items generated by that workflow, making it easy to audit workflow output at a glance. (#19321)

📚 Documentation

  • Added a cache-memory filename safety warning to the workflow authoring guide — filenames with colons (e.g. ISO 8601 timestamps) break artifact uploads on Windows runners. (#19326)
  • Added an explicit GitHub MCP requirement warning for all engine types in the workflow creation guide — clarifies that the Copilot coding agent cannot access api.github.com directly and must use the GitHub MCP server. (#19327)
  • General documentation refresh covering features released on 2026-03-03. (#19330)

For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: github/gh-aw@v0.51.7...v0.51.8

v0.51.7

🌟 Release Highlights

This release strengthens cross-repository workflow capabilities with flexible checkout fetch options and improved authentication, while delivering meaningful reliability fixes across safe-inputs, safe-outputs, and the gh aw status command.

✨ What's New

  • Flexible checkout fetch refs — The checkout: config now accepts a fetch: option to retrieve additional Git refs after actions/checkout. Use fetch: ["*"] for all branches, fetch: ["refs/pulls/open/*"] for all open PR branches, or specify exact patterns. Agents are also given clearer context about available branches and fetch depth. This is especially useful for scheduled workflows that need to work on open pull-request branches.

... (truncated)

Commits
  • b93e105 chore: delete zombie test files from pkg/workflow/ (batch 2 of 2) (#19335)
  • e9c50c9 Delete zombie test files from pkg/workflow/ (batch 1 of 2) (#19334)
  • de436cf Add history link to generated footers for issues, PRs, and discussions (#19321)
  • f2b665a [docs] Update documentation for features from 2026-03-03 (#19330)
  • f76019f Add --no-compile flag to update and upgrade commands (#19325)
  • 48b182f Add explicit GitHub MCP requirement warning for all engines in create-agentic...
  • 35d326e Add cache-memory filename safety warning to create-agentic-workflow.md (#19326)
  • 0440c5b Rename app: to github-app: with codemod (#19295)
  • 3cc524a [jsweep] Clean substitute_placeholders.cjs (#19315)
  • 61671e6 Remove copilot-requests feature flag from smoke-copilot workflow (#19316)
  • 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.51.8.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Commits](github/gh-aw@v0.50.4...v0.51.8)

---
updated-dependencies:
- dependency-name: github/gh-aw
  dependency-version: 0.51.8
  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 3, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 3, 2026

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

Superseded by #501.

@dependabot dependabot bot closed this Mar 4, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/github/gh-aw-0.51.8 branch March 4, 2026 09:35
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