Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 12 updates - #317

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-5bef2d1fe5
Open

chore(deps): bump the all-dependencies group across 1 directory with 12 updates#317
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-5bef2d1fe5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 12 updates in the / directory:

Package From To
actions/checkout 7.0.0 7.0.1
docker/login-action 4.4.0 4.5.1
actions/setup-dotnet 5.4.0 6.0.0
actions/setup-python 6.3.0 7.0.0
actions/setup-node 6.5.0 7.0.0
lycheeverse/lychee-action 2.8.0 2.9.0
release-drafter/release-drafter 7.5.1 7.6.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 1.9.1 1.10.0
Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup 673eb65e7d863a1a8a8a70882bd980e189d41754 508662bdde6082f4c12761a172fc9c7cbaa39366
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/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 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 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 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 lycheeverse/lychee-action from 2.8.0 to 2.9.0

Release notes

Sourced from lycheeverse/lychee-action's releases.

v2.9.0

Summary

This release updates the default lychee version from v0.23.0 to v0.24.2.

The main reason for this release is compatibility with the new lychee 0.24.x release artifacts. Starting with lychee v0.24.0, the archive layout changed, and the lychee binary may now be packaged inside a subdirectory. lychee-action now detects that layout automatically, so users can upgrade without changing their workflows.

If you use:

uses: lycheeverse/lychee-action@v2

you will get the new version once the floating v2 tag has been updated. If you pin exact versions, update to:

uses: lycheeverse/lychee-action@v2.9.0

What’s new from lychee v0.24.x

Better diagnostics

lychee now reports line and column numbers for detected links. This makes broken link reports easier to act on, especially in larger documentation sites or generated reports.

Text fragment checking

lychee can now check URL text fragments, such as links containing #:~:text=.... This helps catch links that point to a valid page but no longer points to the intended highlighted text.

Sitemap support

lychee can now read sitemap.xml inputs. This is useful for checking published websites or generated documentation sites where the sitemap is the easiest source of URLs to validate.

JUnit output

lychee now supports JUnit output. This makes it easier to integrate link checking results with CI systems and test reporting tools that understand JUnit XML.

Redirect and remap visibility

lychee can now show redirects and remaps more clearly. This helps explain why a URL was checked as a different final URL and makes debugging link-checking behavior easier.

Multiple config files

lychee now supports multiple configuration files and expanded config handling. This is useful for repositories that split documentation, website, or package-specific link-checking settings.

Timeout handling

lychee can now accept timeouts explicitly. This gives users more control over how strict their link checks should be for flaky or slow endpoints.

Fixes and reliability improvements

... (truncated)

Commits

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/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 1.9.1 to 1.10.0

Release notes

Sourced from Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/release-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/require-confirmed-unity-cleanup from 673eb65e7d863a1a8a8a70882bd980e189d41754 to 508662bdde6082f4c12761a172fc9c7cbaa39366

Commits
  • 508662b Fix clean lease scoring during global incidents (#123)
  • 8f85b0c docs(progress): record progress safety delivery (#122)
  • aa0639f chore: protect public progress records (#120)
  • 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)
  • 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/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

Cursor Bugbot for commit e7a8caf. Bugbot is set up for automated code reviews on this repo. Configure here.

…12 updates

Bumps the all-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [docker/login-action](https://github.com/docker/login-action) | `4.4.0` | `4.5.1` |
| [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` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.5.0` | `7.0.0` |
| [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.8.0` | `2.9.0` |
| [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/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) | `1.9.1` | `1.10.0` |
| [Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock) | `673eb65e7d863a1a8a8a70882bd980e189d41754` | `508662bdde6082f4c12761a172fc9c7cbaa39366` |
| [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/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 `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 `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 `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 `lycheeverse/lychee-action` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@8646ba3...e747777)

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/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 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/require-confirmed-unity-cleanup` from 673eb65e7d863a1a8a8a70882bd980e189d41754 to 508662bdde6082f4c12761a172fc9c7cbaa39366
- [Release notes](https://github.com/ambiguous-interactive/ambiguous-organization-build-lock/releases)
- [Commits](Ambiguous-Interactive/ambiguous-organization-build-lock@673eb65...508662b)

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/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: all-dependencies
- dependency-name: docker/login-action
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: actions/setup-dotnet
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- 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: all-dependencies
- dependency-name: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/release-build-lock
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup
  dependency-version: 508662bdde6082f4c12761a172fc9c7cbaa39366
  dependency-type: direct:production
  dependency-group: all-dependencies
- 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: all-dependencies
- 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: all-dependencies
...

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 Jul 28, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit e7a8caf. Configure here.

- name: Require confirmed Unity cleanup
if: ${{ always() && steps.unity_lock.outputs.acquired == 'true' }}
uses: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup@673eb65e7d863a1a8a8a70882bd980e189d41754
uses: Ambiguous-Interactive/ambiguous-organization-build-lock/.github/actions/require-confirmed-unity-cleanup@508662bdde6082f4c12761a172fc9c7cbaa39366

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleanup policy pin mismatch

High Severity

require-confirmed-unity-cleanup was bumped to 508662b… while the central cleanup policy pin stays at 673eb65… in test-portable-cleanup-classifier.js, pwsh-invocations-lint.yml, and classify-unity-cleanup-evidence. The parity test requires all six gate pins to match that policy commit, so pwsh-invocations-lint will fail and gate/classifier versions diverge.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e7a8caf. Configure here.

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.

1 participant