Skip to content

ci: upgrade GitHub Actions to Node.js 24 runtimes#817

Merged
google-oss-prow[bot] merged 1 commit into
kubeflow:mainfrom
ederign:chore/upgrade-ci-actions-node24
May 28, 2026
Merged

ci: upgrade GitHub Actions to Node.js 24 runtimes#817
google-oss-prow[bot] merged 1 commit into
kubeflow:mainfrom
ederign:chore/upgrade-ci-actions-node24

Conversation

@ederign

@ederign ederign commented May 28, 2026

Copy link
Copy Markdown
Member

Summary

  • Upgrade CI actions to Node.js 24 compatible versions to prevent flaky failures from the deprecated Node.js 20 runtime (GitHub enforces Node.js 24 default starting June 2, 2026)
  • actions/checkout v4 → v6
  • actions/setup-node v4 → v6
  • actions/setup-python v5 → v6
  • astral-sh/setup-uv v4 → v8

Context

After merging #813, the build and lint jobs on main failed at the "Install uv" step due to astral-sh/setup-uv running on the deprecated Node.js 20 runtime. A re-run fixed it, but this is a ticking time bomb — Node.js 20 will be removed from GitHub runners on September 16, 2026.

Test plan

  • All SHA pins verified against upstream release tags
  • CI passes on this PR (validates the new action versions work)

Upgrade actions/checkout v4 → v6, actions/setup-node v4 → v6,
actions/setup-python v5 → v6, and astral-sh/setup-uv v4 → v8 to
resolve Node.js 20 deprecation warnings and prevent CI flakes from
the setup-uv action failing on deprecated runtimes.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
@jesuino

jesuino commented May 28, 2026

Copy link
Copy Markdown
Contributor

/approve

@google-oss-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jesuino

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow
google-oss-prow Bot merged commit 6a324ac into kubeflow:main May 28, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants