Skip to content

chore(deps): bump the github-actions-all group across 1 directory with 11 updates - #292

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-all-ba6530b2c9
Closed

chore(deps): bump the github-actions-all group across 1 directory with 11 updates#292
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-all-ba6530b2c9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions-all group with 11 updates in the / directory:

Package From To
actions/checkout 7.0.0 7.0.1
actions/setup-node 6.5.0 7.0.0
actions/setup-dotnet 5.4.0 6.0.0
actions/setup-python 6.3.0 7.0.0
docker/login-action 4.4.0 4.5.1
Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/check-unity-runner-availability 1.9.1 1.10.0
Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/acquire-build-lock 1.9.1 1.10.0
Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/release-build-lock 673eb65e7d863a1a8a8a70882bd980e189d41754 befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e
Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup 673eb65e7d863a1a8a8a70882bd980e189d41754 befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e
release-drafter/release-drafter 7.5.1 7.6.0
Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-current-pr-head 1.9.1 1.10.0

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/setup-node from 6.5.0 to 7.0.0

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Updates actions/setup-dotnet from 5.4.0 to 6.0.0

Release notes

Sourced from actions/setup-dotnet's releases.

v6.0.0

What's Changed

New Contributors

Full Changelog: actions/setup-dotnet@v5...v6.0.0

Commits

Updates actions/setup-python from 6.3.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

Updates docker/login-action from 4.4.0 to 4.5.1

Release notes

Sourced from docker/login-action's releases.

v4.5.1

Full Changelog: docker/login-action@v4.5.0...v4.5.1

v4.5.0

Full Changelog: docker/login-action@v4.4.0...v4.5.0

Commits
  • abd2ef4 Merge pull request #1055 from crazy-max/test-registry-auth-oidc
  • d49d3a9 Merge pull request #1054 from crazy-max/oidc-missing-dhi
  • b58b17c test: cover Docker Hub OIDC with registry-auth
  • be646c2 chore: update generated content
  • d77c059 support dhi.io as Docker Hub OIDC registry
  • 06fb636 Merge pull request #1037 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • a8bc953 [dependabot skip] chore: update generated content
  • f54b901 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • 77f18f6 Merge pull request #1049 from docker/dependabot/github_actions/codeql-actions...
  • ec0bf28 Merge pull request #1050 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • Additional commits viewable in compare view

Updates Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/check-unity-runner-availability from 1.9.1 to 1.10.0

Release notes

Sourced from Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/check-unity-runner-availability's releases.

v1.10.0

1.10.0 (2026-07-27)

Bug Fixes

  • lock: release after invalid cleanup reports (#95) (ce45a46)
  • preflight: require a registered runner, not a connected one (#92) (4c66269)

Features

  • ci: centralize Unity cleanup safety policy (#90) (673eb65)
  • policy: audit transitive cancellation safety (#81) (051eab6), closes #52 #56
Commits
  • 3741b56 docs: record reaper delivery completion (#98)
  • 9f44e4a ops: monitor delayed reaper delivery (#97)
  • 994cb36 docs(progress): record release recovery delivery (#96)
  • ce45a46 fix(lock): release after invalid cleanup reports (#95)
  • 4fe62ef docs(progress): record cleanup policy delivery (#93)
  • 4c66269 fix(preflight): require a registered runner, not a connected one (#92)
  • 673eb65 feat(ci): centralize Unity cleanup safety policy (#90)
  • ea8b114 dev: add portable agent and container harness (#87)
  • b90489e docs(progress): close issue 52 rollout (#82)
  • 051eab6 feat(policy): audit transitive cancellation safety (#81)
  • See full diff in compare view

Updates Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/acquire-build-lock from 1.9.1 to 1.10.0

Release notes

Sourced from Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/acquire-build-lock's releases.

v1.10.0

1.10.0 (2026-07-27)

Bug Fixes

  • lock: release after invalid cleanup reports (#95) (ce45a46)
  • preflight: require a registered runner, not a connected one (#92) (4c66269)

Features

  • ci: centralize Unity cleanup safety policy (#90) (673eb65)
  • policy: audit transitive cancellation safety (#81) (051eab6), closes #52 #56
Commits
  • 3741b56 docs: record reaper delivery completion (#98)
  • 9f44e4a ops: monitor delayed reaper delivery (#97)
  • 994cb36 docs(progress): record release recovery delivery (#96)
  • ce45a46 fix(lock): release after invalid cleanup reports (#95)
  • 4fe62ef docs(progress): record cleanup policy delivery (#93)
  • 4c66269 fix(preflight): require a registered runner, not a connected one (#92)
  • 673eb65 feat(ci): centralize Unity cleanup safety policy (#90)
  • ea8b114 dev: add portable agent and container harness (#87)
  • b90489e docs(progress): close issue 52 rollout (#82)
  • 051eab6 feat(policy): audit transitive cancellation safety (#81)
  • See full diff in compare view

Updates Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/release-build-lock from 673eb65e7d863a1a8a8a70882bd980e189d41754 to befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e

Commits
  • befe1e0 docs(progress): record workflow extraction delivery (#119)
  • 4af5176 refactor: extract workflow automation (#118)
  • 6c89e29 docs(progress): record test parallelism delivery (#117)
  • 38edf3f test: parallelize agent harness validation (#116)
  • 495b0ca fix: skip cleanup gate when lock was not acquired (#115)
  • d45b838 docs(progress): record live Unity audit verification (#114)
  • d64c3a8 fix: retain bounded Unity audit evidence (#112)
  • 1f57bc3 feat: enforce organization Unity enrollment (#110)
  • e87e1a2 docs(progress): record truthful release delivery (#108)
  • 5ef3352 fix(release): report linkage without claiming resolution (#107)
  • Additional commits viewable in compare view

Updates Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup from 673eb65e7d863a1a8a8a70882bd980e189d41754 to befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e

Commits
  • befe1e0 docs(progress): record workflow extraction delivery (#119)
  • 4af5176 refactor: extract workflow automation (#118)
  • 6c89e29 docs(progress): record test parallelism delivery (#117)
  • 38edf3f test: parallelize agent harness validation (#116)
  • 495b0ca fix: skip cleanup gate when lock was not acquired (#115)
  • d45b838 docs(progress): record live Unity audit verification (#114)
  • d64c3a8 fix: retain bounded Unity audit evidence (#112)
  • 1f57bc3 feat: enforce organization Unity enrollment (#110)
  • e87e1a2 docs(progress): record truthful release delivery (#108)
  • 5ef3352 fix(release): report linkage without claiming resolution (#107)
  • Additional commits viewable in compare view

Updates release-drafter/release-drafter from 7.5.1 to 7.6.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.6.0

What's Changed

New

Bug Fixes

Maintenance

Dependency Updates

New Contributors

Full Changelog: release-drafter/release-drafter@v7.5.1...v7.6.0

Commits
  • eada3c9 chore: release v7.6.0
  • 4621843 migrate biome config
  • e9aeda7 chore(deps): update dependency typescript to 7.0.2 (#1667)
  • c943e7c fix(deps): update dependency graphql to 16.14.2 (#1657)
  • b9af925 fix(deps): update dependency yaml to 2.9.0 (#1666)
  • f4aa158 ci(deps): update github/codeql-action digest to 7188fc3 (#1654)
  • 9397385 ci(deps): update actions/stale digest to 1e223db (#1653)
  • 5dd9f21 chore(deps): update dependency @​types/node to 24.13.3 (#1661)
  • 903a9a1 chore(deps): update vitest to 4.1.10 (#1656)
  • 2796d1b fix(deps): update dependency semver to 7.8.5 (#1659)
  • Additional commits viewable in compare view

Updates Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-current-pr-head from 1.9.1 to 1.10.0

Release notes

Sourced from Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-current-pr-head's releases.

v1.10.0

1.10.0 (2026-07-27)

Bug Fixes

  • lock: release after invalid cleanup reports (#95) (ce45a46)
  • preflight: require a registered runner, not a connected one (#92) (4c66269)

Features

  • ci: centralize Unity cleanup safety policy (#90) (673eb65)
  • policy: audit transitive cancellation safety (#81) (051eab6), closes #52 #56
Commits
  • 3741b56 docs: record reaper delivery completion (#98)
  • 9f44e4a ops: monitor delayed reaper delivery (#97)
  • 994cb36 docs(progress): record release recovery delivery (#96)
  • ce45a46 fix(lock): release after invalid cleanup reports (#95)
  • 4fe62ef docs(progress): record cleanup policy delivery (#93)
  • 4c66269 fix(preflight): require a registered runner, not a connected one (#92)
  • 673eb65 feat(ci): centralize Unity cleanup safety policy (#90)
  • ea8b114 dev: add portable agent and container harness (#87)
  • b90489e docs(progress): close issue 52 rollout (#82)
  • 051eab6 feat(policy): audit transitive cancellation safety (#81)
  • See full diff 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...

Description has been truncated


[!NOTE]
Cursor Bugbot is generating a summary for commit ef84e01. Configure here.

…h 11 updates

Bumps the github-actions-all group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.5.0` | `7.0.0` |
| [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `5.4.0` | `6.0.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.4.0` | `4.5.1` |
| [Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/check-unity-runner-availability](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock) | `1.9.1` | `1.10.0` |
| [Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/acquire-build-lock](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock) | `1.9.1` | `1.10.0` |
| [Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/release-build-lock](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock) | `673eb65e7d863a1a8a8a70882bd980e189d41754` | `befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e` |
| [Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock) | `673eb65e7d863a1a8a8a70882bd980e189d41754` | `befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `7.5.1` | `7.6.0` |
| [Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-current-pr-head](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock) | `1.9.1` | `1.10.0` |



Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `actions/setup-node` from 6.5.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@2499707...8207627)

Updates `actions/setup-dotnet` from 5.4.0 to 6.0.0
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@26b0ec1...a98b568)

Updates `actions/setup-python` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@ece7cb0...5fda3b9)

Updates `docker/login-action` from 4.4.0 to 4.5.1
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@af1e73f...abd2ef4)

Updates `Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/check-unity-runner-availability` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock/releases)
- [Commits](Ambiguous-Interactive/ambiguous-organization-build-lock@a00614a...3741b56)

Updates `Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/acquire-build-lock` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock/releases)
- [Commits](Ambiguous-Interactive/ambiguous-organization-build-lock@a00614a...3741b56)

Updates `Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/release-build-lock` from 673eb65e7d863a1a8a8a70882bd980e189d41754 to befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e
- [Release notes](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock/releases)
- [Commits](Ambiguous-Interactive/ambiguous-organization-build-lock@673eb65...befe1e0)

Updates `Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup` from 673eb65e7d863a1a8a8a70882bd980e189d41754 to befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e
- [Release notes](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock/releases)
- [Commits](Ambiguous-Interactive/ambiguous-organization-build-lock@673eb65...befe1e0)

Updates `release-drafter/release-drafter` from 7.5.1 to 7.6.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@4d75298...eada3c9)

Updates `Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-current-pr-head` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock/releases)
- [Commits](Ambiguous-Interactive/ambiguous-organization-build-lock@a00614a...3741b56)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-all
- dependency-name: actions/setup-dotnet
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-all
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-all
- dependency-name: docker/login-action
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/check-unity-runner-availability
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/acquire-build-lock
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/release-build-lock
  dependency-version: befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e
  dependency-type: direct:production
  dependency-group: github-actions-all
- dependency-name: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup
  dependency-version: befe1e054cb9eaf2ebe5b4aba0d81f780f02c28e
  dependency-type: direct:production
  dependency-group: github-actions-all
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-current-pr-head
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 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

@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-all-ba6530b2c9 branch July 29, 2026 15:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants