Skip to content

chore(deps): update all github action dependencies (v1.18)#44579

Merged
aanm merged 1 commit intov1.18from
renovate/v1.18-all-github-action
Mar 2, 2026
Merged

chore(deps): update all github action dependencies (v1.18)#44579
aanm merged 1 commit intov1.18from
renovate/v1.18-all-github-action

Conversation

@cilium-renovate
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v7.0.0v8.0.0
actions/setup-go action minor v6.2.0v6.3.0
actions/upload-artifact action major v6.0.0v7.0.0
anchore/sbom-action action minor v0.22.2v0.23.0
cert-manager/cert-manager patch v1.19.3v1.19.4
google/cloud-sdk (changelog) major 557.0.0558.0.0
kubernetes/kubernetes patch v1.35.1v1.35.2

Release Notes

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

v8.0.0

Compare Source

v8 - What's new
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 false.

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

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

v6.3.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.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

anchore/sbom-action (anchore/sbom-action)

v0.23.0

Compare Source

v0.23.0

cert-manager/cert-manager (cert-manager/cert-manager)

v1.19.4

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

v1.19.4 is a simple patch release to fix some reported vulnerabilities - notably CVE-2026-24051 and CVE-2025-68121. All users should upgrade.

Changes by Kind

Bug or Regression
kubernetes/kubernetes (kubernetes/kubernetes)

v1.35.2

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.


Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), 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.

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Mar 1, 2026
@cilium-renovate cilium-renovate bot requested review from a team as code owners March 1, 2026 03:47
@cilium-renovate cilium-renovate bot added the kind/enhancement This would improve or streamline existing functionality. label Mar 1, 2026
@cilium-renovate cilium-renovate bot requested a review from nbusseneau March 1, 2026 03:47
@cilium-renovate cilium-renovate bot added the release-note/misc This PR makes changes that have no direct user impact. label Mar 1, 2026
@cilium-renovate cilium-renovate bot requested a review from ciliumbot March 1, 2026 03:47
@cilium-renovate cilium-renovate bot added the renovate/stop-updating Tell Renovate to stop updating PR label Mar 1, 2026
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.18 This PR represents a backport for Cilium 1.18.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. labels Mar 1, 2026
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Mar 1, 2026
@cilium-renovate cilium-renovate bot temporarily deployed to Trigger CI from renovate PRs March 1, 2026 04:06 Inactive
@cilium-ci-trigger
Copy link
Copy Markdown

/test

@aanm aanm added this pull request to the merge queue Mar 2, 2026
Merged via the queue into v1.18 with commit c6805c9 Mar 2, 2026
316 of 318 checks passed
@aanm aanm deleted the renovate/v1.18-all-github-action branch March 2, 2026 11:24
@maintainer-s-little-helper maintainer-s-little-helper bot added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. labels Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/1.18 This PR represents a backport for Cilium 1.18.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants