Skip to content

Bump the github-actions-deps group across 1 directory with 7 updates#326

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/github-actions-deps-58a34b44b8
Open

Bump the github-actions-deps group across 1 directory with 7 updates#326
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/github-actions-deps-58a34b44b8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the github-actions-deps group with 7 updates in the / directory:

Package From To
benc-uk/workflow-dispatch 1.2 1.3
docker/setup-buildx-action 3 4
aws-actions/configure-aws-credentials 5 6
docker/build-push-action 6 7
docker/login-action 3 4
mamba-org/setup-micromamba 2 3
trufflesecurity/trufflehog 3.92.5 3.94.1

Updates benc-uk/workflow-dispatch from 1.2 to 1.3

Release notes

Sourced from benc-uk/workflow-dispatch's releases.

v1.3.0 - It's been a long time coming...

What's Changed

  • After 6 years GitHub finally added a way to return the run-id from the workflow_dispatch API, this means I can return the run-id and link URLs from this action 😎
  • It also means the requested wait-for-completion option is now possible! 🥳 (with optional wait-timeout-seconds too)
  • Mucho internal modernization, switched to esbuild, packages updated and Node v24 is the new default 👀

Merges

Full Changelog: benc-uk/workflow-dispatch@v1.2...v1.3.0

v1.2.4 - Summer 2024

What's Changed

New Contributors

Full Changelog: benc-uk/workflow-dispatch@v1.2.3...v1.2.4

v1.2.3 - 2024 refresh

  • Switched action to Node v20 it should stop those nags and warnings when using the action!
  • Package & dependency update
  • Removed zeit/ncc for vercel/nc

Full Changelog: benc-uk/workflow-dispatch@v1.2.2...v1.2.3

v1.2.2 - Fix ref regression

Fixes this issue benc-uk/workflow-dispatch#50

Commits
  • 7a02764 Improvements: sync-status, error handling, CI test coverage & path filters (#84)
  • 3162154 Use alternate ref default for PRs (#79)
  • 4085c97 project chores
  • 6fd6de2 Improve warning message formatting for workflow run timeout
  • a54f9d1 2026 refresh (#83)
  • See full diff in compare view

Updates docker/setup-buildx-action from 3 to 4

Release notes

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

v4.0.0

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

v3.12.0

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

v3.11.1

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

v3.10.0

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

... (truncated)

Commits
  • 4d04d5d Merge pull request #485 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • cd74e05 chore: update generated content
  • eee38ec build(deps): bump @​docker/actions-toolkit from 0.77.0 to 0.79.0
  • 7a83f65 Merge pull request #484 from docker/dependabot/github_actions/docker/setup-qe...
  • a5aa967 Merge pull request #464 from crazy-max/rm-deprecated
  • e73d53f build(deps): bump docker/setup-qemu-action from 3 to 4
  • 28a438e Merge pull request #483 from crazy-max/node24
  • 034e9d3 chore: update generated content
  • b4664d8 remove deprecated inputs/outputs
  • a8257de node 24 as default runtime
  • Additional commits viewable in compare view

Updates aws-actions/configure-aws-credentials from 5 to 6

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v6.0.0

6.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Update action to use node24 Note this requires GitHub action runner version v2.327.1 or later (#1632) (a7a2c11)

Features

Bug Fixes

  • properly output aws-account-id and authenticated-arn when using role-chaining (#1633) (7ceaf96)

v5.1.1

5.1.1 (2025-11-24)

Miscellaneous Chores

  • release 5.1.1 (56d6a58)
  • various dependency updates

v5.1.0

5.1.0 (2025-10-06)

Features

Bug Fixes

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

5.1.0 (2025-10-06)

Features

Bug Fixes

5.0.0 (2025-09-03)

⚠ BREAKING CHANGES

  • Cleanup input handling. Changes invalid boolean input behavior (see #1445)

Features

4.3.1 (2025-08-04)

Bug Fixes

4.3.0 (2025-08-04)

Features

Bug Fixes

  • docs: readme samples versioning (5b3c895)
  • the wrong example region for China partition in README (37fe9a7)
  • properly set proxy environment variable (cbea708)

... (truncated)

Commits

Updates docker/build-push-action from 6 to 7

Release notes

Sourced from docker/build-push-action's releases.

v7.0.0

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

v6.19.2

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

v6.18.0

[!NOTE] Build summary is now supported with Docker Build Cloud.

Full Changelog: docker/build-push-action@v6.17.0...v6.18.0

v6.17.0

[!NOTE] Build record is now exported using the buildx history export command instead of the legacy export-build tool.

Full Changelog: docker/build-push-action@v6.16.0...v6.17.0

v6.16.0

... (truncated)

Commits
  • d08e5c3 Merge pull request #1479 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • cbd2dff chore: update generated content
  • f76f51f chore(deps): Bump @​docker/actions-toolkit from 0.78.0 to 0.79.0
  • 7d03e66 Merge pull request #1473 from crazy-max/rm-deprecated-envs
  • 98f853d chore: update generated content
  • cadccf6 remove deprecated envs
  • 03fe877 Merge pull request #1478 from docker/dependabot/github_actions/docker/setup-b...
  • 827e366 chore(deps): Bump docker/setup-buildx-action from 3 to 4
  • e25db87 Merge pull request #1474 from crazy-max/rm-export-build-tool
  • 1ac2573 Merge pull request #1470 from crazy-max/node24
  • Additional commits viewable in compare view

Updates docker/login-action from 3 to 4

Release notes

Sourced from docker/login-action's releases.

v4.0.0

Full Changelog: docker/login-action@v3.7.0...v4.0.0

v3.7.0

Full Changelog: docker/login-action@v3.6.0...v3.7.0

v3.6.0

Full Changelog: docker/login-action@v3.5.0...v3.6.0

v3.5.0

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

v3.4.0

Full Changelog: docker/login-action@v3.3.0...v3.4.0

... (truncated)

Commits
  • b45d80f Merge pull request #929 from crazy-max/node24
  • 176cb9c node 24 as default runtime
  • cad8984 Merge pull request #920 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 92cbcb2 chore: update generated content
  • 5a2d6a7 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 44512b6 Merge pull request #928 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 28737a5 chore: update generated content
  • dac0793 build(deps): bump @​docker/actions-toolkit from 0.76.0 to 0.77.0
  • 62029f3 Merge pull request #919 from docker/dependabot/npm_and_yarn/actions/core-3.0.0
  • 08c8f06 chore: update generated content
  • Additional commits viewable in compare view

Updates mamba-org/setup-micromamba from 2 to 3

Release notes

Sourced from mamba-org/setup-micromamba's releases.

v3.0.0

What's Changed

New features

Dependency updates

Other changes

New Contributors

Full Changelog: mamba-org/setup-micromamba@v2...v3.0.0

v2.0.7

What's Changed

Bug fixes

Full Changelog: mamba-org/setup-micromamba@v2.0.6...v2.0.7

v2.0.6

What's Changed

New features

Dependency updates

Full Changelog: mamba-org/setup-micromamba@v2.0.5...v2.0.6

v2.0.5

... (truncated)

Commits

Updates trufflesecurity/trufflehog from 3.92.5 to 3.94.1

Release notes

Sourced from trufflesecurity/trufflehog's releases.

v3.94.1

What's Changed

Full Changelog: trufflesecurity/trufflehog@v3.94.0...v3.94.1

v3.94.0

What's Changed

New Contributors

Full Changelog: trufflesecurity/trufflehog@v3.93.8...v3.94.0

v3.93.8

What's Changed

Full Changelog: trufflesecurity/trufflehog@v3.93.7...v3.93.8

v3.93.7

What's Changed

Full Changelog: trufflesecurity/trufflehog@v3.93.6...v3.93.7

v3.93.6

What's Changed

... (truncated)

Commits
  • 586f66d use struct-based SourceMetadataFunc signature across git sources (#4813)
  • 6c64db9 Expand tilde manually in TUI (#4827)
  • afd5336 Confine symlink state handling to scanSymlink in Filesystem source (#4807)
  • d17df48 Add test cases for escaped unicode (#4812)
  • aeb1278 Update README formatting and CLI help output (#4758)
  • 42b02ef Add anypoint oauth2 detector to defaults.go (#4722)
  • 4860052 Analysis info now uses snake case (#4765)
  • f9d1850 [INS-241] Datadogapikey detector (#4627)
  • 16d6dcf [INS-254] Datadog detector verification fix and endpoint configuration (#4616)
  • bc31aa9 Rearrange some method parameters in the Filesystem source (#4806)
  • 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-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) | `1.2` | `1.3` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `5` | `6` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` |
| [docker/login-action](https://github.com/docker/login-action) | `3` | `4` |
| [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) | `2` | `3` |
| [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) | `3.92.5` | `3.94.1` |



Updates `benc-uk/workflow-dispatch` from 1.2 to 1.3
- [Release notes](https://github.com/benc-uk/workflow-dispatch/releases)
- [Commits](benc-uk/workflow-dispatch@v1.2...v1.3)

Updates `docker/setup-buildx-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

Updates `aws-actions/configure-aws-credentials` from 5 to 6
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v5...v6)

Updates `docker/build-push-action` from 6 to 7
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6...v7)

Updates `docker/login-action` from 3 to 4
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3...v4)

Updates `mamba-org/setup-micromamba` from 2 to 3
- [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
- [Commits](mamba-org/setup-micromamba@v2...v3)

Updates `trufflesecurity/trufflehog` from 3.92.5 to 3.94.1
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Commits](trufflesecurity/trufflehog@v3.92.5...v3.94.1)

---
updated-dependencies:
- dependency-name: benc-uk/workflow-dispatch
  dependency-version: '1.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-deps
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: mamba-org/setup-micromamba
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: trufflesecurity/trufflehog
  dependency-version: 3.94.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version major Bump the major version number of this project labels Mar 30, 2026
@dependabot dependabot bot requested review from a team as code owners March 30, 2026 13:16
@dependabot dependabot bot added bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version major Bump the major version number of this project labels Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version major Bump the major version number of this project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants