Skip to content

Update GitHub Actions (release/v0.8) (major) - autoclosed#1055

Closed
renovate-rancher[bot] wants to merge 1 commit into
release/v0.8from
renovate/release/v0.8-major-github-actions
Closed

Update GitHub Actions (release/v0.8) (major) - autoclosed#1055
renovate-rancher[bot] wants to merge 1 commit into
release/v0.8from
renovate/release/v0.8-major-github-actions

Conversation

@renovate-rancher
Copy link
Copy Markdown
Contributor

@renovate-rancher renovate-rancher Bot commented Sep 4, 2025

This PR contains the following updates:

Package Type Update Change Pending
actions/checkout action major v5.0.1v6.0.2
actions/checkout action major v5v6
actions/download-artifact action major v5.0.0v8.0.0 v8.0.1
actions/setup-go action major v5.6.0v6.3.0 v6.4.0
actions/upload-artifact action major v4.6.2v7.0.0
docker/build-push-action action major v6.19.2v7.0.0
docker/login-action action major v3.7.0v4.0.0 v4.1.0
docker/setup-buildx-action action major v3.12.0v4.0.0
docker/setup-qemu-action action major v3.7.0v4.0.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

actions/download-artifact (actions/download-artifact)

v8.0.0

Compare Source

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: actions/download-artifact@v7...v8.0.0

v7.0.0

Compare Source

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
New Contributors

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

v6.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

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

actions/setup-go (actions/setup-go)

v6.3.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

Full Changelog: actions/setup-go@v6...v6.2.0

v6.1.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

Full Changelog: actions/setup-go@v6...v6.1.0

v6.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-go@v5...v6.0.0

actions/upload-artifact (actions/upload-artifact)

v7.0.0

Compare Source

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

Compare Source

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

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

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

docker/build-push-action (docker/build-push-action)

v7.0.0

Compare Source

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

docker/login-action (docker/login-action)

v4.0.0

Compare Source

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

docker/setup-buildx-action (docker/setup-buildx-action)

v4.0.0

Compare Source

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

docker/setup-qemu-action (docker/setup-qemu-action)

v4.0.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-rancher renovate-rancher Bot requested a review from a team as a code owner September 4, 2025 04:37
@renovate-rancher renovate-rancher Bot added the dependencies Pull requests that update a dependency file label Sep 4, 2025
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch from 1020d5f to ba2fd40 Compare September 25, 2025 04:38
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch from ba2fd40 to 5dc565b Compare October 7, 2025 04:37
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch from 5dc565b to 66ea4cd Compare October 25, 2025 04:36
@renovate-rancher renovate-rancher Bot changed the title Update actions/setup-go action to v6 (release/v0.8) Update GitHub Actions (release/v0.8) (major) Oct 25, 2025
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch 2 times, most recently from b7dee78 to bce9266 Compare December 5, 2025 04:43
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch from bce9266 to acb39de Compare December 16, 2025 06:48
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch from acb39de to 97b489c Compare December 27, 2025 04:46
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch 2 times, most recently from 77c8fe2 to ceb899b Compare January 27, 2026 04:50
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch from ceb899b to 126d0bf Compare February 4, 2026 05:02
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch 2 times, most recently from dc1090f to 9ea5840 Compare March 12, 2026 05:03
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch 3 times, most recently from 98c267e to b10a8d1 Compare March 20, 2026 05:04
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch 3 times, most recently from d72a973 to aece00c Compare April 1, 2026 05:18
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.8-major-github-actions branch from aece00c to d4e721c Compare April 3, 2026 05:15
@renovate-rancher renovate-rancher Bot changed the title Update GitHub Actions (release/v0.8) (major) Update GitHub Actions (release/v0.8) (major) - autoclosed Apr 8, 2026
@renovate-rancher renovate-rancher Bot closed this Apr 8, 2026
@renovate-rancher renovate-rancher Bot deleted the renovate/release/v0.8-major-github-actions branch April 8, 2026 21:33
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants