Skip to content

Bump github/gh-aw from 0.53.3 to 0.53.4#3771

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps github/gh-aw from 0.53.3 to 0.53.4.

Release notes

Sourced from github/gh-aw's releases.

v0.53.4

🌟 Release Highlights

This patch release delivers a targeted security fix for GHES environments and documentation improvements, keeping the workflow engine running smoothly across all deployment types.

🐛 Bug Fixes & Improvements

  • GHES incremental patch fetch authentication fixed — The push_to_pull_request_branch MCP handler was failing with Cannot generate incremental patch: failed to fetch on GitHub Enterprise Server (GHES) because generate_git_patch.cjs ran git fetch origin without authentication. The fix configures the correct http.(serverUrl)/.extraheader using GITHUB_TOKEN and GITHUB_SERVER_URL (matching the pattern already used in dynamic_checkout.cjs), and uses a try/finally block to ensure the token is removed from .git/config immediately after the fetch — preserving the credential isolation security boundary. (#19685)

📚 Documentation

  • Glossary expanded — New terms added: CentralRepoOps (a MultiRepoOps variant using a single private repo as a control plane), Trigger File (a .yml workflow that separates trigger definitions from agentic workflow logic), workflow_call (trigger type enabling compiled workflows to be invoked by other workflows), and Conclusion Job concurrency documentation. (#19712)

🌍 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

Full Changelog: github/gh-aw@v0.53.3...v0.53.4

Commits
  • b2d8af7 fix: configure git auth for GHES in incremental patch fetch (#19685)
  • 79d2b50 [fp-enhancer] Improve pkg/cli: use sliceutil.Filter/Map for functional slice ...
  • 740f35b [actions] Update GitHub Actions versions - 2026-03-05 (#19707)
  • c325b76 [docs] Update glossary - daily scan 2026-03-05 (#19712)
  • See full diff 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.53.3 to 0.53.4.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Commits](github/gh-aw@v0.53.3...v0.53.4)

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

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 6, 2026
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