Skip to content

ci: bump the github-actions group across 1 directory with 6 updates#6260

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/github-actions-939e93aac6
Open

ci: bump the github-actions group across 1 directory with 6 updates#6260
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/github-actions-939e93aac6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
actions/checkout 6.0.3 7.0.0
step-security/mongodb-github-action ca72004b9c8ad6d9ed996c3174edbe62f9f7424a 4c2640417c3e31ebd7439e64d47f9751bd782772
step-security/setup-buildx-action 4.0.0 4.1.0
step-security/docker-build-push-action 7.1.0 7.2.0
actions/upload-artifact 4.6.2 7.0.1
step-security/docker-login-action 4.1.0 4.2.0

Updates actions/checkout from 6.0.3 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

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 step-security/mongodb-github-action from ca72004b9c8ad6d9ed996c3174edbe62f9f7424a to 4c2640417c3e31ebd7439e64d47f9751bd782772

Commits

Updates step-security/setup-buildx-action from 4.0.0 to 4.1.0

Release notes

Sourced from step-security/setup-buildx-action's releases.

v4.1.0

What's Changed

New Contributors

Full Changelog: step-security/setup-buildx-action@v4...v4.1.0

Commits
  • 6997872 fix: upgraded brace-exapansion to fix vulns (#43)
  • 6c9e35b fix: Security updates (#44)
  • cbe0f84 upgraded brace-exapansion to fix vulns
  • a4a5120 Merge pull request #40 from step-security/dependabot/npm_and_yarn/postcss-8.5.15
  • e46bcc1 build(deps): bump postcss from 8.5.8 to 8.5.15
  • f9a992a Merge pull request #41 from step-security/dependabot/npm_and_yarn/fast-xml-pa...
  • 380eee2 build(deps): bump fast-xml-parser from 5.5.9 to 5.8.0
  • d9211dc Merge pull request #42 from step-security/dependabot/npm_and_yarn/tmp-0.2.7
  • 28215ee build(deps): bump tmp from 0.2.5 to 0.2.7
  • d20698f Merge pull request #38 from step-security/dependabot/npm_and_yarn/fast-xml-bu...
  • Additional commits viewable in compare view

Updates step-security/docker-build-push-action from 7.1.0 to 7.2.0

Release notes

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

v7.2.0

What's Changed

Full Changelog: step-security/docker-build-push-action@v7...v7.2.0

Commits
  • 9af9b5a Merge pull request #45 from step-security/fix/vulnerabilities-manual
  • e6f57fc fix: upgraded deps to fix vulnerabilities
  • 06937d7 fix: upgraded deps to fix vulnerabilities
  • 8c3b3cd Merge pull request #43 from step-security/auto-cherry-pick
  • 3ec1db5 Merge branch 'main' into auto-cherry-pick
  • 9381456 Merge pull request #8 from step-security/dependabot/github_actions/actions/ch...
  • 7e44cd3 build(deps): bump actions/checkout from 4 to 6
  • ec1b9b1 conflicted commits cherry-picked
  • 18001fd replace ncc with esbuild for action bundling
  • See full diff in compare view

Updates actions/upload-artifact from 4.6.2 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates step-security/docker-login-action from 4.1.0 to 4.2.0

Release notes

Sourced from step-security/docker-login-action's releases.

v4.2.0

What's Changed

Full Changelog: step-security/docker-login-action@v4...v4.2.0

Commits
  • 164e21d Merge pull request #43 from step-security/fix/vulnerabilities-fix
  • 02bf41c fix: upgraded packages to fix vulnerabilities
  • d351b10 Merge pull request #42 from step-security/dependabot/npm_and_yarn/fast-xml-bu...
  • 14bbeab build(deps): bump fast-xml-builder from 1.1.4 to 1.2.0
  • 6f2e8f4 Merge pull request #40 from step-security/dependabot/npm_and_yarn/axios-1.16.0
  • e3944e0 build(deps): bump axios from 1.15.0 to 1.16.0
  • 05c941d Merge pull request #39 from step-security/auto-cherry-pick
  • 9aecf0b conflicted commits cherry-picked manually
  • 4e8228f replace ncc with esbuild for action bundling
  • 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 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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.0` |
| [step-security/mongodb-github-action](https://github.com/step-security/mongodb-github-action) | `ca72004b9c8ad6d9ed996c3174edbe62f9f7424a` | `4c2640417c3e31ebd7439e64d47f9751bd782772` |
| [step-security/setup-buildx-action](https://github.com/step-security/setup-buildx-action) | `4.0.0` | `4.1.0` |
| [step-security/docker-build-push-action](https://github.com/step-security/docker-build-push-action) | `7.1.0` | `7.2.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` |
| [step-security/docker-login-action](https://github.com/step-security/docker-login-action) | `4.1.0` | `4.2.0` |



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

Updates `step-security/mongodb-github-action` from ca72004b9c8ad6d9ed996c3174edbe62f9f7424a to 4c2640417c3e31ebd7439e64d47f9751bd782772
- [Release notes](https://github.com/step-security/mongodb-github-action/releases)
- [Commits](step-security/mongodb-github-action@ca72004...4c26404)

Updates `step-security/setup-buildx-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/step-security/setup-buildx-action/releases)
- [Commits](step-security/setup-buildx-action@f931205...6997872)

Updates `step-security/docker-build-push-action` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/step-security/docker-build-push-action/releases)
- [Commits](step-security/docker-build-push-action@846549b...9af9b5a)

Updates `actions/upload-artifact` from 4.6.2 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.6.2...043fb46)

Updates `step-security/docker-login-action` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/step-security/docker-login-action/releases)
- [Commits](step-security/docker-login-action@870af64...164e21d)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: step-security/mongodb-github-action
  dependency-version: 4c2640417c3e31ebd7439e64d47f9751bd782772
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: step-security/setup-buildx-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/docker-build-push-action
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: step-security/docker-login-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested review from a team as code owners June 22, 2026 14:07
@dependabot dependabot Bot added ci Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Jun 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 22, 2026 14:07
@dependabot dependabot Bot requested a review from rbarker-dev June 22, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant