Skip to content

deps: Update actions/checkout action to v6#144

Merged
ANcpLua merged 2 commits into
mainfrom
renovate/actions-checkout-6.x
May 18, 2026
Merged

deps: Update actions/checkout action to v6#144
ANcpLua merged 2 commits into
mainfrom
renovate/actions-checkout-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 18, 2026

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4v6

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file major labels May 18, 2026
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 18, 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

@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 proposes updating actions/checkout from v4 to v6. However, the actions/checkout repository does not have a v6 release; the latest stable major version is v4. Merging these changes will cause the CI workflows to fail immediately with 'tag not found' errors. While Codacy reports the PR as 'up to standards', the logical implementation contradicts the availability of the dependency.

About this PR

  • The update to v6 for actions/checkout is invalid as the version has not been released. Please verify the target version or the commit SHA being used and ensure it aligns with the official repository releases (currently v4).

Test suggestions

  • Verification of successful repository checkout within the 'Claude Code Review' workflow execution.
  • Verification of successful repository checkout within the 'Claude Code' workflow execution.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verification of successful repository checkout within the 'Claude Code Review' workflow execution.
2. Verification of successful repository checkout within the 'Claude Code' workflow execution.

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

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
Copy link
Copy Markdown

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 release; the latest stable version is v4. Referencing v6 will cause the workflow to fail unless this refers to a custom, non-standard tag. If you are pinning to a specific commit SHA for security, please update the version comment to correctly reflect the base version as v4.

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
Copy link
Copy Markdown

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 release; the latest stable version is v4. Referencing v6 will cause the workflow to fail unless this refers to a custom, non-standard tag. If you are pinning to a specific commit SHA for security, please update the version comment to correctly reflect the base version as v4.

@github-actions
Copy link
Copy Markdown

@coderabbitai autofix

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 18, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ANcpLua ANcpLua merged commit 53391fd into main May 18, 2026
6 of 7 checks passed
@ANcpLua ANcpLua deleted the renovate/actions-checkout-6.x branch May 18, 2026 22: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 major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant