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
This PR updates GitHub Actions versions in .github/aw/actions-lock.json to their latest compatible releases, and syncs workflow source files from upstream.
📦 Actions Updated (full list)
Actions Updated
actions/checkout@v4 → removed (superseded by v6.0.2 already present)
actions/github-script@v8.0.0 → removed (superseded by v9.0.0 already present)
actions/setup-python@v5 → removed (superseded by v6.2.0 already present)
github/stale-repos@v9.0.8 → removed (superseded by v9.0.9 already present)
Summary
Total actions cleaned up: 4
Update command: gh aw update
Workflow lock files: Not included (will be regenerated on next compile)
Workflow source files: Updated from upstream sources
Notes
All action updates respect semantic versioning and maintain compatibility
Actions are pinned to commit SHAs for security
Workflow .lock.yml files are excluded from this PR and will be regenerated during the next compilation
Testing
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.
The bundle 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 25595327978 -n agent -D /tmp/agent-25595327978
# Fetch the bundle into a local branch
git fetch /tmp/agent-25595327978/aw-actions-update-2026-05-09.bundle refs/heads/actions/update-2026-05-09:refs/heads/actions/update-2026-05-09-ffd227ce6ba78bc9
git checkout actions/update-2026-05-09-ffd227ce6ba78bc9
# Push the branch to origin
git push origin actions/update-2026-05-09-ffd227ce6ba78bc9
# Create the pull request
gh pr create --title '[actions] Update GitHub Actions versions - 2026-05-09' --base main --head actions/update-2026-05-09-ffd227ce6ba78bc9 --repo github/gh-aw
GitHub Actions Updates - 2026-05-09
This PR updates GitHub Actions versions in
.github/aw/actions-lock.jsonto their latest compatible releases, and syncs workflow source files from upstream.📦 Actions Updated (full list)
Actions Updated
actions/checkout@v4→ removed (superseded byv6.0.2already present)actions/github-script@v8.0.0→ removed (superseded byv9.0.0already present)actions/setup-python@v5→ removed (superseded byv6.2.0already present)github/stale-repos@v9.0.8→ removed (superseded byv9.0.9already present)Summary
gh aw updateNotes
.lock.ymlfiles are excluded from this PR and will be regenerated during the next compilationTesting
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 bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: