An open index of dependabot pull requests across open source projects.

Bump the github-actions-dependencies group with 5 updates

Closed
Number: #12914
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: March 30, 2026 at 02:04 PM UTC
(2 months ago)
Updated: April 03, 2026 at 06:29 AM UTC
(about 2 months ago)
Closed: April 03, 2026 at 06:29 AM UTC
(about 2 months ago)
Time to Close: 4 days
Labels:
dependencies component:integration github_actions
Description:

Bumps the github-actions-dependencies group with 5 updates:

Package From To
actions/upload-artifact 6.0.0 7.0.0
actions/download-artifact 6.0.0 8.0.1
docker/login-action 2 4
eps1lon/actions-label-merge-conflict 2.0.0 3.0.3
actions/setup-node 5 6

Updates actions/upload-artifact from 6.0.0 to 7.0.0

Release notes

Sourced from actions/upload-artifact's releases.

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: https://github.com/actions/upload-artifact/compare/v6...v7.0.0

Commits

Updates actions/download-artifact from 6.0.0 to 8.0.1

Release notes

Sourced from actions/download-artifact's releases.

v8.0.1

What's Changed

Full Changelog: https://github.com/actions/download-artifact/compare/v8...v8.0.1

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

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

What's Changed

Full Changelog: https://github.com/actions/download-artifact/compare/v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 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. v6 had preliminary support for Node 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

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Updates docker/login-action from 2 to 4

Release notes

Sourced from docker/login-action's releases.

v4.0.0

Full Changelog: https://github.com/docker/login-action/compare/v3.7.0...v4.0.0

v3.7.0

Full Changelog: https://github.com/docker/login-action/compare/v3.6.0...v3.7.0

v3.6.0

Full Changelog: https://github.com/docker/login-action/compare/v3.5.0...v3.6.0

v3.5.0

Full Changelog: https://github.com/docker/login-action/compare/v3.4.0...v3.5.0

v3.4.0

Full Changelog: https://github.com/docker/login-action/compare/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 eps1lon/actions-label-merge-conflict from 2.0.0 to 3.0.3

Release notes

Sourced from eps1lon/actions-label-merge-conflict's releases.

3.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/eps1lon/actions-label-merge-conflict/compare/v3.0.2...v3.0.3

v3.0.2

What's Changed

Full Changelog: https://github.com/eps1lon/actions-label-merge-conflict/compare/v3.0.1...v3.0.2

3.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/eps1lon/actions-label-merge-conflict/compare/v3.0.0...v3.0.1

v3.0.0

What's Changed

  • Update to node20 (#115)

Full Changelog: https://github.com/eps1lon/actions-label-merge-conflict/compare/v2.1.0...v3.0.0

2.1.0

Changes

Changelog

Sourced from eps1lon/actions-label-merge-conflict's changelog.

Changelog

3.0.2

  • Ensure outputs is populated (#136)

3.0.2

  • Handle error when label is not available (part 2) (#126)

3.0.1

  • Handle error when label is not available (#123)

3.0.0

  • Update to node20 (#115)

2.1.0

2.0.1

Commits
  • 1df065e release: 3.0.3 (#137)
  • 0bec9f3 actions.yml: fix typo (#136)
  • 657e437 chore(deps): update dependency typescript to v5.5.3 (#130)
  • 2834691 chore(deps): update dependency @​types/node to v20.14.11 (#128)
  • a4f3bd7 chore(deps): update dependency @​types/node to v20.14.4 (#127)
  • 1b1b1fc release: 3.0.2
  • 400c5bc chore(deps): update dependency @​types/node to v20.12.13 (#119)
  • 9fd6d6d fix: Handle error when label is not available (part 2) (#126)
  • 6d74047 fix: Handle error when label is not available (#123)
  • e77c7ed docs: Added a note about label removal to README.md (#122)
  • Additional commits viewable in compare view

Updates actions/setup-node from 5 to 6

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: https://github.com/actions/setup-node/compare/v5...v6.0.0

Commits

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
Package Dependencies
Ecosystem:
actions
Version Change:
6.0.0 → 7.0.0
Update Type:
Major
Ecosystem:
actions
Version Change:
5 → 6
Ecosystem:
actions
Version Change:
6.0.0 → 8.0.1
Update Type:
Major
Ecosystem:
actions
Version Change:
2 → 4
Ecosystem:
actions
Version Change:
2.0.0 → 3.0.3
Update Type:
Major
Technical Details
ID: 14992636
UUID: 4171014947
Node ID: PR_kwDOAJTq2M7Ooj2-
Host: GitHub
Repository: apache/cloudstack