Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

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

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: actions/checkout@v4...v5.0.0

v4.3.1

Compare Source


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 requested a review from a team as a code owner November 10, 2025 03:53
@bitwarden-bot bitwarden-bot changed the title [deps]: Update actions/checkout action to v5 [PM-28010] [deps]: Update actions/checkout action to v5 Nov 10, 2025
@bitwarden-bot
Copy link

Internal tracking:

@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.24%. Comparing base (979237b) to head (b667b46).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6144   +/-   ##
=======================================
  Coverage   85.24%   85.24%           
=======================================
  Files         724      724           
  Lines       52901    52901           
  Branches     7687     7687           
=======================================
  Hits        45094    45094           
  Misses       5126     5126           
  Partials     2681     2681           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title [PM-28010] [deps]: Update actions/checkout action to v5 [deps]: Update actions/checkout action to v5 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/actions-checkout-5.x branch 3 times, most recently from 086ccb4 to af3051b Compare November 12, 2025 17:27
@david-livefront david-livefront force-pushed the renovate/actions-checkout-5.x branch from af3051b to b667b46 Compare November 19, 2025 17:26
@claude
Copy link
Contributor

claude bot commented Nov 19, 2025

Claude finished @renovate[bot]'s task —— View job


Review Complete

Overall Assessment: APPROVE with observations

Findings:

Finding 1: 💭 Consider updating to v5.0.1 instead of v5.0.0

Details

The PR description notes that v5.0.1 is available as a pending update. While v5.0.0 is functional, it's generally better practice to use the latest patch version to include any immediate bug fixes released after the major version.

Recommendation: Update Renovate configuration or manually update to v5.0.1 if there are known issues in v5.0.0.

Finding 2: 💭 Verify GitHub Actions runner version compatibility

Details

The v5.0.0 release requires minimum runner version v2.327.1 due to the Node 24 upgrade. This workflow uses runs-on: ubuntu-22.04 (.github/workflows/_version.yml:63).

Key Changes in v5.0.0:

  • Upgraded from Node 20 to Node 24
  • Requires Actions runner v2.327.1+

Verification needed:
Confirm that GitHub-hosted ubuntu-22.04 runners meet the v2.327.1 minimum requirement. GitHub typically keeps hosted runners up-to-date, but if this workflow runs on self-hosted runners, verify they meet the minimum version requirement.

How to check runner version:
Add a step like:

- name: Check runner version
  run: echo "Runner version: $RUNNER_VERSION"

If the runner version is below v2.327.1, the checkout action will fail.


Summary:

The change itself is correct - updates actions/checkout from v4.3.0 to v5.0.0 with the proper commit SHA. The update only affects a single workflow file (.github/workflows/_version.yml), and all other workflows appear to already be on v5 or don't use checkout.

The upgrade to Node 24 is a standard maintenance update. The main consideration is ensuring runner compatibility (v2.327.1+), which should be satisfied by GitHub-hosted runners but warrants verification if any self-hosted runners are in use.

@github-actions
Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Details758a54fb-a1c6-4876-b943-c2e5aebcc6f2

Great job! No new security vulnerabilities introduced in this pull request

@david-livefront david-livefront added this pull request to the merge queue Nov 19, 2025
Merged via the queue into main with commit 839e9e8 Nov 19, 2025
16 checks passed
@david-livefront david-livefront deleted the renovate/actions-checkout-5.x branch November 19, 2025 17:46
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.

4 participants