chore(deps): update actions/checkout action to v5 #361

Open
renovate-bot wants to merge 1 commits from renovate/actions-checkout-5.x into main
Member

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4.3.0 -> v5.0.0

Release Notes

actions/checkout (actions/checkout)

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: https://github.com/actions/checkout/compare/v4...v5.0.0


Configuration

📅 Schedule: 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 is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4.3.0` -> `v5.0.0` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5.0.0`](https://github.com/actions/checkout/releases/tag/v5.0.0) [Compare Source](https://github.com/actions/checkout/compare/v4.3.0...v5.0.0) #### What's Changed - Update actions checkout to use node 24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;2226](https://github.com/actions/checkout/pull/2226) - Prepare v5.0.0 release by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;2238](https://github.com/actions/checkout/pull/2238) #### ⚠️ Minimum Compatible Runner Version **v2.327.1**\ [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) Make sure your runner is updated to this version or newer to use this release. **Full Changelog**: <https://github.com/actions/checkout/compare/v4...v5.0.0> </details> --- ### Configuration 📅 **Schedule**: 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuODEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added 1 commit 2025-08-11 15:13:20 +02:00
chore(deps): update actions/checkout action to v5
Some checks failed
CI / ci (pull_request) Failing after 3s
Conventional Commit / Validate PR Title (pull_request) Successful in 4s
aa275783dc
renovate-bot requested review from luke 2025-08-11 15:13:20 +02:00
Member

Decision: Accept
Change Score: 10/10

This is a straightforward update to the GitHub Actions checkout action. Updating to the latest version is generally a good practice for security and feature enhancements. I see no immediate issues.

**Decision: Accept** **Change Score: 10/10** This is a straightforward update to the GitHub Actions checkout action. Updating to the latest version is generally a good practice for security and feature enhancements. I see no immediate issues.
renovate-bot force-pushed renovate/actions-checkout-5.x from aa275783dc to e64499def0 2025-08-12 22:11:38 +02:00 Compare
Member

Decision: Accept

Change Score: 10/10

The proposed changes update the actions/checkout action in several Gitea workflow files from version v4.3.0 to v5.0.0. This looks like a straightforward version upgrade. Make sure that this action is compatible with the rest of your workflow.

**Decision: Accept** **Change Score: 10/10** The proposed changes update the `actions/checkout` action in several Gitea workflow files from version `v4.3.0` to `v5.0.0`. This looks like a straightforward version upgrade. Make sure that this action is compatible with the rest of your workflow.
renovate-bot force-pushed renovate/actions-checkout-5.x from e64499def0 to 98161f62f7 2025-08-19 11:18:52 +02:00 Compare
Member

Decision: Accept
Change Score: 10/10

This change involves updating the actions/checkout action to version 5.0.0 in multiple workflow files. This is a straightforward update, and it's generally a good practice to keep actions up-to-date to benefit from potential bug fixes, performance improvements, and new features. I see no immediate problems with this change. Good job.

**Decision: Accept** **Change Score: 10/10** This change involves updating the `actions/checkout` action to version 5.0.0 in multiple workflow files. This is a straightforward update, and it's generally a good practice to keep actions up-to-date to benefit from potential bug fixes, performance improvements, and new features. I see no immediate problems with this change. Good job.
renovate-bot force-pushed renovate/actions-checkout-5.x from 98161f62f7 to 256e5239e6 2025-08-22 21:41:56 +02:00 Compare
renovate-bot force-pushed renovate/actions-checkout-5.x from 256e5239e6 to 3d84b707ba 2025-08-25 13:11:45 +02:00 Compare
Member

Decision: Accept
Change Score: 10/10

This change updates the actions/checkout GitHub Action from version v4.3.0 to v5.0.0 across multiple workflow files. This is a straightforward update to a widely used action. I see no immediate problems. Good job!

**Decision: Accept** **Change Score: 10/10** This change updates the `actions/checkout` GitHub Action from version `v4.3.0` to `v5.0.0` across multiple workflow files. This is a straightforward update to a widely used action. I see no immediate problems. Good job!
renovate-bot force-pushed renovate/actions-checkout-5.x from 3d84b707ba to 810d312ac0 2025-08-28 22:12:27 +02:00 Compare
Member

Decision: Accept
Change Score: 10/10

The changes update the actions/checkout action to version 5.0.0 in multiple workflow files. There are no apparent issues with this change. It's a straightforward update of a widely-used action. No further modifications are needed.

**Decision: Accept** **Change Score: 10/10** The changes update the `actions/checkout` action to version 5.0.0 in multiple workflow files. There are no apparent issues with this change. It's a straightforward update of a widely-used action. No further modifications are needed.
Some checks failed
CI / ci (pull_request) Failing after 9s
Required
Details
Conventional Commit / Validate PR Title (pull_request) Successful in 14s
Required
Details
This pull request has official review requests.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actions-checkout-5.x:renovate/actions-checkout-5.x
git checkout renovate/actions-checkout-5.x
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/pypilot#361
No description provided.