[PR #5879] [MERGED] [deps]: Update actions/checkout action to v5 #43207

Closed
opened 2026-04-23 21:50:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5879
Author: @renovate[bot]
Created: 9/15/2025
Status: Merged
Merged: 9/16/2025
Merged by: @SaintPatrck

Base: mainHead: renovate/actions-checkout-5.x


📝 Commits (1)

  • 0af0a73 [deps]: Update actions/checkout action to v5

📊 Changes

10 files changed (+14 additions, -14 deletions)

View changed files

📝 .github/workflows/build-authenticator.yml (+2 -2)
📝 .github/workflows/build.yml (+3 -3)
📝 .github/workflows/cron-sync-google-priviledged-browsers.yml (+1 -1)
📝 .github/workflows/crowdin-pull.yml (+1 -1)
📝 .github/workflows/crowdin-push.yml (+1 -1)
📝 .github/workflows/github-release.yml (+1 -1)
📝 .github/workflows/publish-store.yml (+1 -1)
📝 .github/workflows/release-branch.yml (+1 -1)
📝 .github/workflows/sdlc-sdk-update.yml (+2 -2)
📝 .github/workflows/test.yml (+1 -1)

📄 Description

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

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 - "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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/5879 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `renovate/actions-checkout-5.x` --- ### 📝 Commits (1) - [`0af0a73`](https://github.com/bitwarden/android/commit/0af0a736b89a4d55476fe220c814ef4d38e0105d) [deps]: Update actions/checkout action to v5 ### 📊 Changes **10 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-authenticator.yml` (+2 -2) 📝 `.github/workflows/build.yml` (+3 -3) 📝 `.github/workflows/cron-sync-google-priviledged-browsers.yml` (+1 -1) 📝 `.github/workflows/crowdin-pull.yml` (+1 -1) 📝 `.github/workflows/crowdin-push.yml` (+1 -1) 📝 `.github/workflows/github-release.yml` (+1 -1) 📝 `.github/workflows/publish-store.yml` (+1 -1) 📝 `.github/workflows/release-branch.yml` (+1 -1) 📝 `.github/workflows/sdlc-sdk-update.yml` (+2 -2) 📝 `.github/workflows/test.yml` (+1 -1) </details> ### 📄 Description Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.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://redirect.github.com/actions/checkout/releases/tag/v5.0.0) [Compare Source](https://redirect.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://redirect.github.com/salmanmkc) in [https://github.com/actions/checkout/pull/2226](https://redirect.github.com/actions/checkout/pull/2226) - Prepare v5.0.0 release by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/checkout/pull/2238](https://redirect.github.com/actions/checkout/pull/2238) ##### ⚠️ Minimum Compatible Runner Version **v2.327.1**\ [Release Notes](https://redirect.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 - "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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bitwarden/android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 21:50:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#43207