Skip to content

build(deps): bump actions/checkout from 4.3.1 to 6.0.2#2653

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-6.0.2
Open

build(deps): bump actions/checkout from 4.3.1 to 6.0.2#2653
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps actions/checkout from 4.3.1 to 6.0.2.

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 12:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels May 4, 2026
@codacy-production
Copy link
Copy Markdown
Contributor

codacy-production Bot commented May 4, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown
Contributor

@codacy-production codacy-production Bot 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 cannot be merged in its current state because it attempts to upgrade 'actions/checkout' to a non-existent version (v6.0.2). The current official major version for this action is v4. Referencing v6.0.2 will cause all CI/CD workflows to fail during the action resolution phase.

While the code is syntactically correct according to static analysis, it is functionally broken. Furthermore, the Intent analysis notes that any future move to a v6.x release (should one occur) would require GitHub Actions Runner v2.329.0 or higher due to changes in credential persistence. This must be verified for any self-hosted environments before a valid upgrade is performed.

About this PR

  • The proposed upgrade introduces a change in credential storage ($RUNNER_TEMP) that requires GitHub Actions Runner v2.329.0 or higher. If this project utilizes self-hosted runners, please verify their versions are compatible before proceeding with a version bump.

Test suggestions

  • Verify checkout step in 'Deleted files' workflow using v6.0.2
  • Verify 'Report readability' workflow with fetch-depth: 0 using v6.0.2
  • Verify scheduled jobs (broken links, tool checks, etc.) using v6.0.2
  • Verify Vale workflow which uses GITHUB_TOKEN input with v6.0.2's new credential persistence
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify checkout step in 'Deleted files' workflow using v6.0.2
2. Verify 'Report readability' workflow with fetch-depth: 0 using v6.0.2
3. Verify scheduled jobs (broken links, tool checks, etc.) using v6.0.2
4. Verify Vale workflow which uses GITHUB_TOKEN input with v6.0.2's new credential persistence

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔴 HIGH RISK

The version v6.0.2 for actions/checkout does not exist. Please revert to a valid v4 reference.

steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔴 HIGH RISK

This workflow uses actions/checkout v6.0.2 across multiple jobs, but this version does not exist. The current major version is v4.

steps:
- name: Checkout repo with history
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔴 HIGH RISK

The version v6.0.2 for actions/checkout does not exist. Referencing a non-existent version will break this workflow.

steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔴 HIGH RISK

The actions/checkout action does not have a v6.0.2 release. The current official version is v4. Please use a valid version or commit SHA from the official actions/checkout repository.

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.3.1...de0fac2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6.0.2 branch from 32e4b20 to b32169f Compare May 18, 2026 13:31
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 github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants