Skip to content

ci: upgrade actions/checkout from v4 to v6#29551

Open
andrewhsu wants to merge 1 commit intodevfrom
update-actions-checkout-v6
Open

ci: upgrade actions/checkout from v4 to v6#29551
andrewhsu wants to merge 1 commit intodevfrom
update-actions-checkout-v6

Conversation

@andrewhsu
Copy link
Member

@andrewhsu andrewhsu commented Feb 5, 2026

jira: DEVPROD-3744

Update all GitHub Actions workflow files to use latest actions/checkout@v6 to get latest updates and fixes.

See action release notes: https://github.com/actions/checkout/releases

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v25.3.x
  • v25.2.x
  • v25.1.x

Release Notes

  • none

Update all GitHub Actions workflow files to use actions/checkout@v6
for improved performance and latest features.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@andrewhsu andrewhsu added the claude-review Adding this label to a PR will trigger a workflow to review the code using claude. label Feb 5, 2026
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

The latest Buf updates on your PR. Results from workflow Buf CI / validate (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed⏩ skipped✅ passed✅ passedFeb 5, 2026, 9:22 PM

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review: ci: upgrade actions/checkout from v4 to v6 - Verdict: Looks good. This is a straightforward mechanical dependency upgrade bumping actions/checkout from v4 to v6 across all 20 workflow files (36 occurrences). All v4 references updated, no stale references remain. Each change is a simple version string replacement with no workflow logic changes. CI checks passing so far. No security concerns. No issues found. CI workflow run: https://github.com/redpanda-data/redpanda/actions/runs/21728984524

@andrewhsu andrewhsu marked this pull request as ready for review February 5, 2026 21:28
@andrewhsu andrewhsu requested a review from a team as a code owner February 5, 2026 21:28
@andrewhsu andrewhsu requested review from a team, Copilot and rpdevmp and removed request for a team February 5, 2026 21:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the actions/checkout action from v4 to v6 across all GitHub Actions workflow files to benefit from the latest updates and fixes in the checkout action.

Changes:

  • Updated all instances of actions/checkout@v4 to actions/checkout@v6 across 20 workflow files
  • No functional changes to workflow logic or behavior

Reviewed changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/type-check-python.yaml Updated checkout action version
.github/workflows/transform-sdk-release.yml Updated checkout action version in 3 job steps
.github/workflows/transform-sdk-build.yml Updated checkout action version in 9 job steps
.github/workflows/rpk-build.yml Updated checkout action version in 3 job steps
.github/workflows/rp-storage-tool-checks.yml Updated checkout action version in 2 job steps
.github/workflows/release-rp-storage-tool.yml Updated checkout action version
.github/workflows/publish-apache-polaris-python-client.yml Updated checkout action version
.github/workflows/p.yml Updated checkout action version
.github/workflows/lint-yaml.yml Updated checkout action version
.github/workflows/lint-sh.yml Updated checkout action version
.github/workflows/lint-python.yml Updated checkout action version
.github/workflows/lint-golang.yml Updated checkout action version
.github/workflows/lint-cpp.yml Updated checkout action version
.github/workflows/lint-bazel-pkg-tool.yml Updated checkout action version
.github/workflows/lint-bazel-dependency-graph.yml Updated checkout action version
.github/workflows/cloud-installpack-bk-trigger.yml Updated checkout action version
.github/workflows/buildkite-slash-commands.yml Updated checkout action version
.github/workflows/buf.yml Updated checkout action version in 2 job steps
.github/workflows/backport-on-merge.yml Updated checkout action version
.github/workflows/backport-command.yml Updated checkout action version in 3 job steps

@andrewhsu andrewhsu enabled auto-merge February 5, 2026 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/build claude-review Adding this label to a PR will trigger a workflow to review the code using claude.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant