Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps actions/cache from 4 to 5.

Release notes

Sourced from actions/cache's releases.

v5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

Full Changelog: actions/cache@v4.3.0...v5.0.0

v4.3.0

What's Changed

New Contributors

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

v4.2.4

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

What's Changed

  • Update to use @​actions/cache 4.0.3 package & prepare for new release by @​salmanmkc in actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)

New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

Changelog

5.0.1

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

4.2.4

  • Bump @actions/cache to v4.0.5

4.2.3

  • Bump @actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)

4.2.2

  • Bump @actions/cache to v4.0.2

4.2.1

  • Bump @actions/cache to v4.0.1

4.2.0

TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

4.1.2

... (truncated)

Commits
  • 9255dc7 Merge pull request #1686 from actions/cache-v5.0.1-release
  • 8ff5423 chore: release v5.0.1
  • 9233019 Merge pull request #1685 from salmanmkc/node24-storage-blob-fix
  • b975f2b fix: add peer property to package-lock.json for dependencies
  • d0a0e18 fix: update license files for @​actions/cache, fast-xml-parser, and strnum
  • 74de208 fix: update @​actions/cache to ^5.0.1 for Node.js 24 punycode fix
  • ac7f115 peer
  • b0f846b fix: update @​actions/cache with storage-blob fix for Node.js 24 punycode depr...
  • a783357 Merge pull request #1684 from actions/prepare-cache-v5-release
  • 3bb0d78 docs: highlight v5 runner requirement in releases
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 15, 2025
@philprime philprime added the ready-to-merge Use this label to trigger all PR workflows label Dec 16, 2025
@philprime philprime enabled auto-merge (squash) December 16, 2025 09:29
@codecov
Copy link

codecov bot commented Dec 16, 2025

❌ 4 Tests Failed:

Tests completed Failed Passed Skipped
4031 4 4027 23
View the top 2 failed test(s) by shortest run time
SentryCrashReportStore_Tests::testPruneReports
Stack Traces | 0s run time
.../SentryTests/SentryCrash/SentryCrashReportStore_Tests.m:126 - ((sentrycrashcrs_getReportCount()) equal to (reportCount)) failed: ("7") is not equal to ("8")
SentryTests.SentryFileManagerTests::testCreateDirectoryIfNotExists_successful_shouldNotLogError
Stack Traces | 0s run time
.../SentryTests/Helper/SentryFileManagerTests.swift:1056 - XCTAssertEqual failed: ("1") is not equal to ("0")
View the full list of 4 ❄️ flaky test(s)
SentryCrashMachineContextTests::testGetContextForThread_WithManyThreads

Flake rate in main: 47.79% (Passed 118 times, Failed 108 times)

Stack Traces | 0s run time
.../SentryTests/SentryCrash/SentryCrashMachineContextTests.m:66 - ((threadIndex >= 0) is true) failed - Thread should be found in the list
SentryCrashReportStore_Tests::testCrashReportCount1

Flake rate in main: 100.00% (Passed 0 times, Failed 53 times)

Stack Traces | 0s run time
.../SentryTests/SentryCrash/SentryCrashReportStore_Tests.m:126 - ((sentrycrashcrs_getReportCount()) equal to (reportCount)) failed: ("0") is not equal to ("1")
SentryCrashReportStore_Tests::testDeleteAllReports

Flake rate in main: 100.00% (Passed 0 times, Failed 53 times)

Stack Traces | 0s run time
.../SentryTests/SentryCrash/SentryCrashReportStore_Tests.m:126 - ((sentrycrashcrs_getReportCount()) equal to (reportCount)) failed: ("3") is not equal to ("4")
SentryTests.SentryOnDemandReplayTests::testAddFrameIsThreadSafe

Flake rate in main: 100.00% (Passed 0 times, Failed 2 times)

Stack Traces | 0s run time
.../Integrations/SessionReplay/SentryOnDemandReplayTests.swift:139 - Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "AddFrameIsThreadSafe".

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@philprime philprime closed this Dec 16, 2025
auto-merge was automatically disabled December 16, 2025 09:45

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@philprime philprime reopened this Dec 16, 2025
@github-actions
Copy link
Contributor

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1214.20 ms 1250.51 ms 36.31 ms
Size 24.14 KiB 1.03 MiB 1.00 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
55eaa36 1220.26 ms 1247.94 ms 27.68 ms
7a8b167 1223.12 ms 1251.61 ms 28.49 ms
30f4e4c 1213.21 ms 1250.29 ms 37.08 ms
03afb63 1209.36 ms 1241.13 ms 31.76 ms
130c6ba 1237.02 ms 1259.67 ms 22.65 ms
9766cb1 1233.54 ms 1267.65 ms 34.10 ms
856fffe 1232.69 ms 1245.80 ms 13.10 ms
3b059e5 1229.29 ms 1256.68 ms 27.40 ms
c1254d8 1217.98 ms 1253.31 ms 35.33 ms
b57ee62 1218.21 ms 1248.94 ms 30.73 ms

App size

Revision Plain With Sentry Diff
55eaa36 23.75 KiB 1.01 MiB 1016.14 KiB
7a8b167 24.14 KiB 1.01 MiB 1013.98 KiB
30f4e4c 23.75 KiB 879.24 KiB 855.50 KiB
03afb63 24.14 KiB 1.02 MiB 1016.91 KiB
130c6ba 23.75 KiB 926.65 KiB 902.89 KiB
9766cb1 23.75 KiB 1023.78 KiB 1000.03 KiB
856fffe 23.75 KiB 975.18 KiB 951.44 KiB
3b059e5 23.75 KiB 980.81 KiB 957.06 KiB
c1254d8 23.75 KiB 995.08 KiB 971.33 KiB
b57ee62 23.75 KiB 912.47 KiB 888.72 KiB

@itaybre itaybre merged commit 746dfd5 into main Dec 16, 2025
466 of 539 checks passed
@itaybre itaybre deleted the dependabot/github_actions/actions/cache-5 branch December 16, 2025 16:13
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 ready-to-merge Use this label to trigger all PR workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants