You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The patch file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 24911657602 -n agent -D /tmp/agent-24911657602
# Create a new branch
git checkout -b actions/update-actions-2026-04-24-1f05b534343c3c5d
# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-24911657602/aw-actions-update-actions-2026-04-24.patch
# Push the branch to origin
git push origin actions/update-actions-2026-04-24-1f05b534343c3c5d
# Create the pull request
gh pr create --title '[actions] Update GitHub Actions versions - 2026-04-24' --base main --head actions/update-actions-2026-04-24-1f05b534343c3c5d --repo github/gh-aw
GitHub Actions Updates - 2026-04-24
This PR updates GitHub Actions versions in
.github/aw/actions-lock.jsonto their latest compatible releases.π¦ Actions Updated (full list)
Actions Updated
actions/setup-node: v6.3.0 β v6.4.0microsoft/apm-action: v1.4.1 β v1.4.2Summary
gh aw updateNotes
.lock.ymlfiles are excluded from this PR and will be regenerated during the next compilation.mdfiles updated to reference new action versionsTesting
The updated actions will be automatically used in workflow compilations. No manual testing required.
This PR was automatically created by the Daily Workflow Updater workflow.
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes:
Show patch preview (328 of 328 lines)