Skip to content

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

Merged
cilium-renovate[bot] merged 1 commit intov1.18from
renovate/v1.18-all-github-action
Mar 13, 2026
Merged

chore(deps): update all github action dependencies (v1.18)#44681
cilium-renovate[bot] merged 1 commit intov1.18from
renovate/v1.18-all-github-action

Conversation

@cilium-renovate
Copy link
Copy Markdown
Contributor

@cilium-renovate cilium-renovate bot commented Mar 8, 2026

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action patch v8.0.0v8.0.1
anchore/sbom-action action patch v0.23.0v0.23.1
cert-manager/cert-manager minor v1.19.4v1.20.0
docker/build-push-action action major v6.19.2v7.0.0
docker/login-action action major v3.7.0v4.0.0
docker/setup-buildx-action action major v3.12.0v4.0.0
docker/setup-qemu-action action major v3.7.0v4.0.0
dorny/paths-filter action major v3.0.2v4.0.0
eksctl-io/eksctl minor v0.223.0v0.224.0
google/cloud-sdk (changelog) major 558.0.0560.0.0
sigstore/cosign-installer action minor v4.0.0v4.1.0

Release Notes

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

v8.0.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

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

v0.23.1

Compare Source

v0.23.1
⬆️ Dependencies
cert-manager/cert-manager (cert-manager/cert-manager)

v1.20.0

Compare Source

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

v1.20.0 adds alpha support for the new ListenerSet resource, adds support for Azure Private DNS; parentRefs are no longer required when using ACME with Gateway API, and OtherNames was promoted to Beta.

Changes by Kind

Feature
  • Added a set of flags to permit setting NetworkPolicy across all deployed containers. Remove redundant global IP ranges from example policies. (#​8370, @​jcpunk)
  • Added selectable fields to custom resource definitions for .spec.issuerRef.{group, kind, name} (#​8256, @​tareksha)
  • Added support for specifying imagePullSecrets in the startupapicheck-job Helm template to enable pulling images from private registries. (#​8186, @​mathieu-clnk)
  • Added 'extraContainers' helm chart value, allowing the deployment of arbitrary sidecar containers within the cert-manager operator pod. This can be used to support, for e.g., AWS IAM Roles Anywhere for Route53 DNS01 verification. (#​8355, @​dancmeyers)
  • Added parentRef override annotations on the Certificate resource. (#​8518, @​hjoshi123)
  • Added support for azure private zones for dns01 issuer. (#​8494, @​hjoshi123)
  • Added support for configuring PEM decoding size limits, allowing operators to handle larger certificates and keys. (#​7642, @​robertlestak)
  • Added support for unhealthyPodEvictionPolicy in PodDisruptionBudget (#​7728, @​jcpunk)
  • For Venafi provider, read venafi.cert-manager.io/custom-fields annotation on Issuer/ClusterIssuer and use it as base with override/append capabilities on Certificate level. (#​8301, @​k0da)
  • Improve error message when CA issuers are misconfigured to use a clashing secret name (#​8374, @​majiayu000)
  • Introduce a new Ingress annotation acme.cert-manager.io/http01-ingress-ingressclassname to override http01.ingress.ingressClassName field in HTTP-01 challenge solvers. (#​8244, @​lunarwhite)
  • Update global.nodeSelector to helm chart to perform a merge and allow for a single nodeSelector to be set across all services. (#​8195, @​StingRayZA)
  • Vault issuers will now include the Vault server address as one of the default audiences on generated service account tokens. (#​8228, @​terinjokes)
  • Added experimental XListenerSets feature gate (#​8394, @​hjoshi123)
Documentation
Bug or Regression
  • Adds logs for cases when acme server returns us a fatal error in the order controller (#​8199, @​Peac36)
  • Fixed an issue where kind or group in the issuerRef of a Certificate was omitted, upgrading to 1.19.x incorrectly caused the certificate to be renewed (#​8160, @​inteon)
  • Changes to the Duration and RenewBefore annotations on ingress and gateway-api resources will now trigger certificate updates. (#​8232, @​eleanor-merry)
  • Fix an issue where ACME challenge TXT records are not cleaned up when there are many resource records in CloudDNS. (#​8456, @​tkna)
  • Fix unregulated retries with the DigitalOcean DNS-01 solver
    Add full detailed DNS-01 errors to the events attached to the Challenge, for easier debugging (#​8221, @​wallrj-cyberark)
  • Fixed an infinite re-issuance loop that could occur when an issuer returns a certificate with a public key that doesn't match the CSR. The issuing controller now validates the certificate before storing it and fails with backoff on mismatch. (#​8403, @​calm329)
  • Fixed an issue where HTTP-01 challenges failed when the Host header contains an IPv6 address. This means that users can now issue IP address certificates for IPv6 address subjects. (#​8424, @​SlashNephy)
  • Fixed the HTTP-01 Gateway solver creating invalid HTTPRoutes by not setting spec.hostnames when the challenge DNSName is an IP address. (#​8443, @​alviss7)
  • Revert API defaults for issuer reference kind and group introduced in 0.19.0 (#​8173, @​erikgb)
  • Security (MODERATE): Fix a potential panic in the cert-manager controller when a DNS response in an unexpected order was cached. If an attacker was able to modify DNS responses (or if they controlled the DNS server) it was possible to cause denial of service for the cert-manager controller. (#​8469, @​SgtCoDFish)
  • Update Go to v1.25.5 to fix CVE-2025-61727 and CVE-2025-61729 (#​8290, @​octo-sts[bot])
  • When Prometheus monitoring is enabled, the metrics label is now set to the intended value of cert-manager. Previously, it was set depending on various factors (namespace cert-manager is installed in and/or Helm release name). (#​8162, @​LiquidPL)
Other (Cleanup or Flake)
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

dorny/paths-filter (dorny/paths-filter)

v4.0.0

Compare Source

v3.0.3

Compare Source

eksctl-io/eksctl (eksctl-io/eksctl)

v0.224.0: eksctl 0.224.0

Compare Source

Release v0.224.0
🚀 Features
  • Add Gateway API ELB cleanup support for eksctl cluster deletion (#​8664)
  • Update go mod and go sum to use the latest nodeAdm api (#​8677)
🎯 Improvements
  • Add Gateway API ELB cleanup support for eksctl cluster deletion (#​8664)
🐛 Bug Fixes
  • add missing iam permission for enabling karpenter | fix karpenter discovery tags in subnets and security groups (#​8684)
🧰 Maintenance
Acknowledgments

The eksctl maintainers would like to sincerely thank @​kprahulraj, @​prasad0896 and @​shraddhabang.

sigstore/cosign-installer (sigstore/cosign-installer)

v4.1.0

Compare Source

What's Changed

We recommend updating as soon as possible as this includes bug fixes for Cosign. We also recommend removing with: cosign-release and strongly discourage using cosign-release unless you have a specific reason to use an older version of Cosign.

  • Bump cosign to 3.0.5 in #​220
  • fix: add retry to curl downloads for transient network failures in #​210

Full Changelog: sigstore/cosign-installer@v4.0.0...v4.1.0


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: Never, 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.

@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 8, 2026
@cilium-renovate cilium-renovate bot requested review from a team as code owners March 8, 2026 04:51
@cilium-renovate cilium-renovate bot requested a review from joestringer March 8, 2026 04:51
@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 8, 2026
@cilium-renovate cilium-renovate bot enabled auto-merge March 8, 2026 04:51
@cilium-renovate cilium-renovate bot requested review from Artyop and ciliumbot March 8, 2026 04:51
@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 8, 2026
@ciliumbot ciliumbot removed the request for review from joestringer March 8, 2026 04:52
@ciliumbot ciliumbot requested review from Artyop and removed request for Artyop March 8, 2026 04:52
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Mar 8, 2026
@ciliumbot ciliumbot removed request for Artyop March 8, 2026 04:52
@ciliumbot ciliumbot removed the request for review from Artyop March 8, 2026 04:52
@cilium-renovate cilium-renovate bot temporarily deployed to Trigger CI from renovate PRs March 8, 2026 05:09 Inactive
@cilium-ci-trigger
Copy link
Copy Markdown

/test

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot force-pushed the renovate/v1.18-all-github-action branch from a80bda1 to 23999b5 Compare March 13, 2026 04:38
@cilium-renovate cilium-renovate bot temporarily deployed to Trigger CI from renovate PRs March 13, 2026 04:56 Inactive
@cilium-ci-trigger
Copy link
Copy Markdown

/test

@cilium-renovate cilium-renovate bot added this pull request to the merge queue Mar 13, 2026
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Mar 13, 2026
Merged via the queue into v1.18 with commit 95a9bc0 Mar 13, 2026
104 checks passed
@cilium-renovate cilium-renovate bot deleted the renovate/v1.18-all-github-action branch March 13, 2026 06:03
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.

1 participant