Skip to content

chore(deps): bump the github-actions group with 5 updates#10

Merged
zircote merged 2 commits into
mainfrom
dependabot/github_actions/github-actions-0b3eb1e41d
Feb 28, 2026
Merged

chore(deps): bump the github-actions group with 5 updates#10
zircote merged 2 commits into
mainfrom
dependabot/github_actions/github-actions-0b3eb1e41d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 5 updates:

Package From To
github/gh-aw 0.47.1 0.50.7
actions/setup-go 6.1.0 6.3.0
astral-sh/setup-uv 7.1.6 7.3.1
lycheeverse/lychee-action 2.7.0 2.8.0
dependabot/fetch-metadata 2.3.0 2.5.0

Updates github/gh-aw from 0.47.1 to 0.50.7

Release notes

Sourced from github/gh-aw's releases.

v0.50.7

🌟 Release Highlights

This release focuses on smarter workflow updates, better enterprise/OIDC integration, and improved developer experience with clearer error messages and actionable guidance when things go wrong.

✨ What's New

  • gh aw update now updates all third-party actions — Previously, force-updating to the latest major version only applied to actions/* core actions. Now all actions across every org are upgraded automatically (#18707, #18692). Use --disable-release-bump to opt out and restore the previous behavior.

  • Automatic OIDC/vault permission detection — Workflows using OIDC-based secret managers (AWS Secrets Manager, Azure Key Vault, HashiCorp Vault, etc.) in safe-outputs.steps now automatically receive id-token: write permission — no manual configuration required (#18701).

  • Firewall block guidance with fix snippets — When the AWF firewall blocks a domain during execution, the footer now includes an actionable code snippet and a documentation link so you can resolve it immediately, rather than just listing the blocked domains (#18676).

🐛 Bug Fixes & Improvements

  • Codex policy violation errors now surface in step summaries — When Codex hits a cyber_policy_violation or similar API error, the failure is now clearly reported in the step summary instead of silently producing an empty log (#18699).

  • Fixed noop missing from safe-output tools promptnoop was registered in the MCP server but never listed in the (safe-output-tools) prompt, causing safe-output workflow failures. This is now fixed for all workflows (#18647).

  • Fixed context is not defined in safeoutputs MCP backend — The create_pull_request and close_pull_request handlers could fail at runtime due to an unresolved context reference. This regression is now resolved (#18646).

  • Fixed Codex tool calls missing from log entries — New-format Codex logs had tool calls detected but never added to logEntries, causing the common renderer to fall back to a blank output. Rendering is now correct (#18678).

📚 Documentation

  • Simplified fine-grained PAT setup — PAT creation links now pre-fill the name, description, and permissions, reducing setup friction for new users (#18662, #18682).

🔧 Tool Version Bumps

  • Claude Code 2.1.62, GitHub Copilot CLI 0.0.419, Codex 0.106.0, MCP Gateway v0.1.6 (#18669)
  • All actions/checkout references upgraded to v6 (#18685)

For complete details, see CHANGELOG.

Generated by Release


What's Changed

... (truncated)

Commits
  • 9cbca3c Update GitHub Actions workflows to use specific versions of actions and impro...
  • b52abf2 feat: force update all actions to latest major version, add --disable-release...
  • a461338 Auto-detect OIDC/vault actions in safe-outputs steps and add id-token:write p...
  • 65af980 feat: update command always updates core actions (actions/*) to latest major ...
  • 521da06 fix: surface Codex model access blocked errors in step summary (#18699)
  • 3c15f58 chore: bump CLI tool versions — Claude Code 2.1.62, Copilot 0.0.419, Codex 0....
  • 336ea62 Upgrade actions/checkout to v6 across the repo (#18685)
  • 1e8d7df docs: update fine-grained PAT repository access instructions for Copi… (#18682)
  • 5b0a08a Fix Codex new-format tool calls missing from logEntries for common renderer (...
  • 86b5ad1 refactor(workflow): deduplicate logic, extract cross-engine helpers, fix inte...
  • Additional commits viewable in compare view

Updates actions/setup-go from 6.1.0 to 6.3.0

Release notes

Sourced from actions/setup-go's releases.

v6.3.0

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

What's Changed

Enhancements

Dependency updates

New Contributors

Full Changelog: actions/setup-go@v6...v6.2.0

Commits

Updates astral-sh/setup-uv from 7.1.6 to 7.3.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v7.3.1 🌈 fall back to VERSION_CODENAME when VERSION_ID is not available

Changes

This release adds support for running in containers like debian:testing or debian:unstable

🐛 Bug fixes

🧰 Maintenance

⬆️ Dependency updates

v7.3.0 🌈 New features and bug fixes for activate-environment

Changes

This release contains a few bug fixes and a new feature for the activate-environment functionality.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

... (truncated)

Commits
  • 5a095e7 Bump github/codeql-action from 4.31.9 to 4.32.2 (#766)
  • b12532f fix: fall back to VERSION_CODENAME when VERSION_ID is not available (#774)
  • 0098a75 chore: update known checksums for 0.10.6 (#771)
  • 2e7ed0e chore: update known checksums for 0.10.5 (#770)
  • 04224aa chore: update known checksums for 0.10.4 (#768)
  • 2bc602f chore: update known checksums for 0.10.3 (#767)
  • dd9d748 chore: update known checksums for 0.10.2 (#765)
  • 14eede1 chore: update known checksums for 0.10.1 (#764)
  • c452423 Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 (#763)
  • eac588a Bump typesafegithub/github-actions-typing from 2.2.1 to 2.2.2 (#753)
  • Additional commits viewable in compare view

Updates lycheeverse/lychee-action from 2.7.0 to 2.8.0

Release notes

Sourced from lycheeverse/lychee-action's releases.

v2.8.0

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2.7.0...v2.8.0

Commits
  • 8646ba3 Add message with Summary report URL (#326)
  • c6e7911 [create-pull-request] automated change
  • 631725a Bump peter-evans/create-pull-request from 7 to 8 (#318)
  • 942f324 Bump actions/cache from 4 to 5 (#319)
  • 79de881 Bump actions/checkout from 5 to 6 (#316)
  • 1ef33e2 Update test to use --root-dir instead of the deprecated --base (#315)
  • 50a631e Update args for lychee-action to use root-dir (#314)
  • See full diff in compare view

Updates dependabot/fetch-metadata from 2.3.0 to 2.5.0

Release notes

Sourced from dependabot/fetch-metadata's releases.

v2.5.0

What's Changed

Full Changelog: dependabot/fetch-metadata@v2...v2.5.0

v2.4.0

What's Changed

Full Changelog: dependabot/fetch-metadata@v2...v2.4.0

Commits
  • 21025c7 v2.5.0
  • 252291c Merge pull request #647 from dependabot/dependabot/npm_and_yarn/modelcontextp...
  • fa144c9 chore: Migrate jest expectation function
  • 33c7a0b bug: Mock PR body in test
  • 99c27ad Bump @​modelcontextprotocol/sdk from 1.11.2 to 1.24.0
  • 3837dcc Merge pull request #645 from dependabot/dependabot/npm_and_yarn/express-5.2.1
  • d411582 Bump express from 5.1.0 to 5.2.1
  • 186ccbb Merge pull request #644 from dependabot/dependabot/npm_and_yarn/js-yaml-3.14.2
  • 84c891e Bump js-yaml from 3.14.1 to 3.14.2
  • 4542092 Merge pull request #648 from dependabot/dependabot/github_actions/actions/cre...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github/gh-aw](https://github.com/github/gh-aw) | `0.47.1` | `0.50.7` |
| [actions/setup-go](https://github.com/actions/setup-go) | `6.1.0` | `6.3.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.6` | `7.3.1` |
| [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.7.0` | `2.8.0` |
| [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `2.3.0` | `2.5.0` |


Updates `github/gh-aw` from 0.47.1 to 0.50.7
- [Release notes](https://github.com/github/gh-aw/releases)
- [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw@c94abee...9cbca3c)

Updates `actions/setup-go` from 6.1.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@4dc6199...4b73464)

Updates `astral-sh/setup-uv` from 7.1.6 to 7.3.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@681c641...5a095e7)

Updates `lycheeverse/lychee-action` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@a8c4c7c...8646ba3)

Updates `dependabot/fetch-metadata` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@d7267f6...21025c7)

---
updated-dependencies:
- dependency-name: github/gh-aw
  dependency-version: 0.50.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: dependabot/fetch-metadata
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github

dependabot Bot commented on behalf of github Feb 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@zircote

zircote commented Feb 28, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Feb 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@zircote

zircote commented Feb 28, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Feb 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@zircote zircote closed this Feb 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 28, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@zircote zircote reopened this Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant