Skip to content

Bump the gha-dependencies group across 1 directory with 11 updates - #6620

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/gha-dependencies-534a4838e7
Open

Bump the gha-dependencies group across 1 directory with 11 updates#6620
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/gha-dependencies-534a4838e7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the gha-dependencies group with 11 updates in the / directory:

Package From To
poseidon/wait-for-status-checks 0.6.0 0.7.0
useblacksmith/setup-docker-builder 1.10.0 2.1.0
docker/login-action 4.4.0 4.6.0
useblacksmith/build-push-action ae61d84c78ee061560aeb3cf9ddc12ab3d0cef71 64b79e0c77e4b7390fa8ff0ed8a528bd3fb6b7eb
fjogeleit/http-request-action 2.0.0 2.0.1
docker/setup-buildx-action 4.2.0 4.3.0
actions/checkout 6.0.2 7.0.1
marocchino/tool-versions-action 1.2.0 2.0.0
erlef/setup-beam 1.24.0 1.24.1
dorny/paths-filter 4.0.2 4.0.3
EndBug/add-and-commit 10.0.0 11.1.1

Updates poseidon/wait-for-status-checks from 0.6.0 to 0.7.0

Release notes

Sourced from poseidon/wait-for-status-checks's releases.

v0.7.0

What's Changed

  • Upgrade GitHub Action runtime to Node 24
  • Ensure the latest workflow run is checked

Contributions

Dependencies

... (truncated)

Commits
  • e7e2442 Upgrade GitHub Action runtime to Node 24
  • 9fa44a6 Bump npm @​types/node from 26.1.1 to v26.1.2 (#1035)
  • cc3f1cf Bump npm globals from 17.7.0 to v17.8.0 (#1034)
  • 2437309 Bump npm eslint-plugin-jest from 29.15.5 to v29.16.0 (#1032)
  • 3927920 Bump npm eslint from 10.7.0 to v10.8.0 (#1033)
  • 60399aa Bump npm js-yaml from 5.2.1 to v5.2.2 (#1030)
  • ff211d4 Bump npm ts-jest from 29.4.11 to v29.4.12 (#1029)
  • 76322cb Bump npm prettier from 3.9.5 to v3.9.6 (#1027)
  • 1d7fd84 Bump npm eslint-plugin-jest from 29.15.4 to v29.15.5 (#1025)
  • 99879e5 Bump npm @​typescript-eslint/eslint-plugin from 8.64.0 to v8.65.0 (#1023)
  • Additional commits viewable in compare view

Updates useblacksmith/setup-docker-builder from 1.10.0 to 2.1.0

Release notes

Sourced from useblacksmith/setup-docker-builder's releases.

v2.1.0

What's Changed

Other Changes

Full Changelog: useblacksmith/setup-docker-builder@v2.0.1...v2.1.0

v2.0.1

What's Changed

Other Changes

Full Changelog: useblacksmith/setup-docker-builder@v2.0.0...v2.0.1

v2.0.0

What's Changed

Other Changes

New Contributors

Full Changelog: useblacksmith/setup-docker-builder@v1.11.0...v2.0.0

v1.12.0

What's Changed

Other Changes

Full Changelog: useblacksmith/setup-docker-builder@v2.0.1...v1.12.0

... (truncated)

Commits
  • a5256a7 mount sticky disk with noinit_itable to stop repeated lazy-init writes (#124)
  • 4684ce0 Discover the Blacksmith agent via BLACKSMITH_AGENT_ADDR and fall back to the ...
  • 1e75355 fix: don't report user input errors to the Blacksmith backend (#121)
  • 33803e6 setup_builder: wait for non-zero device size before formatting sticky disk (#...
  • 7a99e9f remove bbolt integrity check entirely (release/v2) (#116)
  • c8e74ab improve observability and readiness timeout for buildkitd startup (#112) (#113)
  • 5a70902 ci: add cache-key to test workflows for v2 compatibility (#110)
  • 426bee8 feat: add required cache-key input, native GC, and server-driven config for v...
  • See full diff in compare view

Updates docker/login-action from 4.4.0 to 4.6.0

Release notes

Sourced from docker/login-action's releases.

v4.6.0

Full Changelog: docker/login-action@v4.5.2...v4.6.0

v4.5.2

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

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
  • dbcb813 Merge pull request #1051 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • 5bcb015 [dependabot skip] chore: update generated content
  • b30b2f2 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • 9087f1e Merge pull request #1057 from docker/dependabot/npm_and_yarn/js-yaml-5.2.2
  • 0009830 [dependabot skip] chore: update generated content
  • 2325523 build(deps): bump js-yaml from 5.2.1 to 5.2.2
  • 4ec1d4a Merge pull request #1056 from docker/dependabot/npm_and_yarn/postcss-8.5.22
  • 5fc99ba Merge pull request #1053 from docker/dependabot/github_actions/aws-actions/co...
  • e512bd5 Merge pull request #1052 from docker/dependabot/github_actions/codeql-actions...
  • a146c91 Merge pull request #1059 from crazy-max/harden-buildx-scope-paths
  • Additional commits viewable in compare view

Updates useblacksmith/build-push-action from ae61d84c78ee061560aeb3cf9ddc12ab3d0cef71 to 64b79e0c77e4b7390fa8ff0ed8a528bd3fb6b7eb

Commits

Updates fjogeleit/http-request-action from 2.0.0 to 2.0.1

Release notes

Sourced from fjogeleit/http-request-action's releases.

v2.0.1

What's Changed

New Contributors

Full Changelog: fjogeleit/http-request-action@v2.0...v2.0.1

Commits

Updates docker/setup-buildx-action from 4.2.0 to 4.3.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.3.0

Full Changelog: docker/setup-buildx-action@v4.2.0...v4.3.0

Commits
  • 37fe631 Merge pull request #595 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • b5c4f91 [dependabot skip] chore: update generated content
  • 3e93b63 build(deps): bump @​docker/actions-toolkit from 0.92.0 to 0.95.0
  • e527031 Merge pull request #600 from docker/dependabot/npm_and_yarn/brace-expansion-1...
  • c68814b [dependabot skip] chore: update generated content
  • 3f891b0 build(deps): bump brace-expansion from 1.1.13 to 1.1.18
  • 787db26 Merge pull request #585 from docker/dependabot/npm_and_yarn/js-yaml-5.2.1
  • f779368 [dependabot skip] chore: update generated content
  • 7d5e604 build(deps): bump js-yaml from 5.2.0 to 5.3.0
  • 292c2fb Merge pull request #590 from docker/dependabot/github_actions/actions/setup-n...
  • Additional commits viewable in compare view

Updates actions/checkout from 6.0.2 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

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

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 marocchino/tool-versions-action from 1.2.0 to 2.0.0

Release notes

Sourced from marocchino/tool-versions-action's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: marocchino/tool-versions-action@v1.2.0...v2.0.0

Commits
  • 4219f2e Merge pull request #162 from marocchino/chore/fix-build
  • 415e728 ⬆️ Node 24
  • 9c0c5c1 ➕ Use biome instead of eslint
  • ef8f07a Merge pull request #143 from marocchino/dependabot/npm_and_yarn/jest-30.2.0
  • f1210ca Bump jest from 30.1.3 to 30.2.0
  • 58bf45c Merge pull request #161 from marocchino/dependabot/npm_and_yarn/js-yaml-3.14.2
  • 7d8bffe Merge pull request #157 from marocchino/dependabot/npm_and_yarn/actions/core-...
  • 01e4f0f Bump js-yaml from 3.14.1 to 3.14.2
  • 8c6766c Merge pull request #160 from marocchino/dependabot/npm_and_yarn/multi-770cfcd984
  • bcaf364 Merge pull request #158 from marocchino/dependabot/npm_and_yarn/eslint-10.0.0
  • Additional commits viewable in compare view

Updates erlef/setup-beam from 1.24.0 to 1.24.1

Release notes

Sourced from erlef/setup-beam's releases.

v1.24.1

What's Changed

Full Changelog: erlef/setup-beam@v1...v1.24.1

Commits

Updates dorny/paths-filter from 4.0.2 to 4.0.3

Release notes

Sourced from dorny/paths-filter's releases.

v4.0.3

What's Changed

Security

New Contributors

Full Changelog: dorny/paths-filter@v4...v4.0.3

Changelog

Sourced from dorny/paths-filter's changelog.

Changelog

v4.0.3

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 25, 2026
Bumps the gha-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [poseidon/wait-for-status-checks](https://github.com/poseidon/wait-for-status-checks) | `0.6.0` | `0.7.0` |
| [useblacksmith/setup-docker-builder](https://github.com/useblacksmith/setup-docker-builder) | `1.10.0` | `2.1.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.4.0` | `4.6.0` |
| [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action) | `ae61d84c78ee061560aeb3cf9ddc12ab3d0cef71` | `64b79e0c77e4b7390fa8ff0ed8a528bd3fb6b7eb` |
| [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) | `2.0.0` | `2.0.1` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.2.0` | `4.3.0` |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.1` |
| [marocchino/tool-versions-action](https://github.com/marocchino/tool-versions-action) | `1.2.0` | `2.0.0` |
| [erlef/setup-beam](https://github.com/erlef/setup-beam) | `1.24.0` | `1.24.1` |
| [dorny/paths-filter](https://github.com/dorny/paths-filter) | `4.0.2` | `4.0.3` |
| [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) | `10.0.0` | `11.1.1` |



Updates `poseidon/wait-for-status-checks` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/poseidon/wait-for-status-checks/releases)
- [Commits](poseidon/wait-for-status-checks@899c768...e7e2442)

Updates `useblacksmith/setup-docker-builder` from 1.10.0 to 2.1.0
- [Release notes](https://github.com/useblacksmith/setup-docker-builder/releases)
- [Commits](useblacksmith/setup-docker-builder@5fe3b77...a5256a7)

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

Updates `useblacksmith/build-push-action` from ae61d84c78ee061560aeb3cf9ddc12ab3d0cef71 to 64b79e0c77e4b7390fa8ff0ed8a528bd3fb6b7eb
- [Release notes](https://github.com/useblacksmith/build-push-action/releases)
- [Commits](useblacksmith/build-push-action@ae61d84...64b79e0)

Updates `fjogeleit/http-request-action` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/fjogeleit/http-request-action/releases)
- [Changelog](https://github.com/fjogeleit/http-request-action/blob/main/RELEASE.md)
- [Commits](fjogeleit/http-request-action@v2...f98bb26)

Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@bb05f3f...37fe631)

Updates `actions/checkout` from 6.0.2 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@v6.0.2...3d3c42e)

Updates `marocchino/tool-versions-action` from 1.2.0 to 2.0.0
- [Release notes](https://github.com/marocchino/tool-versions-action/releases)
- [Commits](marocchino/tool-versions-action@v1.2.0...4219f2e)

Updates `erlef/setup-beam` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/erlef/setup-beam/releases)
- [Commits](erlef/setup-beam@v1.24...54075bc)

Updates `dorny/paths-filter` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@7b450ff...ceb8a2b)

Updates `EndBug/add-and-commit` from 10.0.0 to 11.1.1
- [Release notes](https://github.com/endbug/add-and-commit/releases)
- [Commits](EndBug/add-and-commit@290ea2c...cc9c08b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha-dependencies
- dependency-name: docker/login-action
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha-dependencies
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha-dependencies
- dependency-name: dorny/paths-filter
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-dependencies
- dependency-name: EndBug/add-and-commit
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha-dependencies
- dependency-name: erlef/setup-beam
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-dependencies
- dependency-name: fjogeleit/http-request-action
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-dependencies
- dependency-name: marocchino/tool-versions-action
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha-dependencies
- dependency-name: poseidon/wait-for-status-checks
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha-dependencies
- dependency-name: useblacksmith/build-push-action
  dependency-version: 9b0579bbec7a6cad2f171596c57e7ac1e7658850
  dependency-type: direct:production
  dependency-group: gha-dependencies
- dependency-name: useblacksmith/setup-docker-builder
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/gha-dependencies-534a4838e7 branch from ce75e54 to bbc14be Compare September 1, 2026 04:56
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.

0 participants