Skip to content

Build(deps): Bump actions/cache from 4 to 5#95

Closed
dependabot[bot] wants to merge 1 commit into
Experimentalfrom
dependabot/github_actions/actions/cache-5
Closed

Build(deps): Bump actions/cache from 4 to 5#95
dependabot[bot] wants to merge 1 commit into
Experimentalfrom
dependabot/github_actions/actions/cache-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 4, 2026

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

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

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.

... (truncated)

Commits

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 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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2026

✅ Unit Test Report (Node 24.x)

58/58 tests passed

Details

> lcars47@7.0.0-E.2 test
> vitest run 2>&1 | tee logs/tests/vitest-output.log


�[1m�[46m RUN �[49m�[22m �[36mv4.1.2 �[39m�[90m/home/runner/work/LCARS47/LCARS47�[39m

 �[32m✓�[39m Src/Subsystems/RemoteDS/Beszel_Utilities.test.ts �[2m(�[22m�[2m22 tests�[22m�[2m)�[22m�[32m 16�[2mms�[22m�[39m
�[90mstdout�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns false for non-existent feature group
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns false for non-existent feature group
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: 06450393-83b9-42aa-b2bd-67a02e10cad1

�[90mstdout�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns false when beszel feature group vars are missing
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns false when beszel feature group vars are missing
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: 2e1ea37e-7b0c-44db-8f4c-9093194cbe81

�[90mstdout�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns true when beszel feature group is fully configured
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns true when beszel feature group is fully configured
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: c14c535f-c256-450b-a31a-4a5992f0bb7a

�[90mstdout�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns false when jellyfin feature group is partially configured
�[22m�[39m[ENV] Starting environment validation...
==================================================
[ENV] Environment Variable Validation Report
==================================================

[ENV] WARNING - Incomplete feature groups:
  jellyfin: Jellyfin media server integration
    Missing: JELLYFIN_KEY, JELLYFIN_USER, JELLYFIN_PASS
    (Feature will be disabled)

==================================================
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns false when jellyfin feature group is partially configured
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: 060f580a-9ca5-425a-9fe3-6135c6332a65

�[90mstdout�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns true when jellyfin is fully configured (with defaults)
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/EnvUtils.test.ts�[2m > �[22m�[2misFeatureEnabled�[2m > �[22m�[2mreturns true when jellyfin is fully configured (with defaults)
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: 7debeaea-30f2-4b3c-af4a-156273e754f6

 �[32m✓�[39m Src/Subsystems/Utilities/EnvUtils.test.ts �[2m(�[22m�[2m5 tests�[22m�[2m)�[22m�[32m 80�[2mms�[22m�[39m
 �[32m✓�[39m Src/Subsystems/Utilities/SysUtils.test.ts �[2m(�[22m�[2m17 tests�[22m�[2m)�[22m�[32m 87�[2mms�[22m�[39m
 �[32m✓�[39m Src/Subsystems/Utilities/MediaUtils.test.ts �[2m(�[22m�[2m8 tests�[22m�[2m)�[22m�[32m 7�[2mms�[22m�[39m
�[90mstdout�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns channel info for SIMLAB channel
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns channel info for SIMLAB channel
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: 22003363-2274-4a0e-a02a-28cc647cb27d

�[90mstdout�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns channel info for ENGINEERING channel
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns channel info for ENGINEERING channel
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: 9f590a82-370c-4195-8445-7c2b0a2ea75a

�[90mstdout�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns channel info for MEDIALOG channel
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns channel info for MEDIALOG channel
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: 6e696298-398d-4f4b-b05e-ee8968423887

�[90mstdout�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns channel info for DEVLAB channel
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns channel info for DEVLAB channel
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: c996361a-2034-4360-8314-2abc0130254e

�[90mstdout�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns null for non-special channel
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns null for non-special channel
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: 45a35319-1582-4f93-be3d-a83814220ee8

�[90mstdout�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns null for empty string
�[22m�[39m[ENV] Starting environment validation...
[ENV] Environment validation complete. All required variables present.

�[90mstderr�[2m | Src/Subsystems/Utilities/GuildUtilities.test.ts�[2m > �[22m�[2mGuildUtilities�[2m > �[22m�[2misSpecChannel�[2m > �[22m�[2mreturns null for empty string
�[22m�[39m[ENV] API_AUTH_TOKEN not set. Generated session token: adc4eb4b-e362-4f1c-92de-ad73be5de852

 �[32m✓�[39m Src/Subsystems/Utilities/GuildUtilities.test.ts �[2m(�[22m�[2m6 tests�[22m�[2m)�[22m�[33m 362�[2mms�[22m�[39m
       �[33m�[2m✓�[22m�[39m returns channel info for SIMLAB channel �[33m 348�[2mms�[22m�[39m

�[2m Test Files �[22m �[1m�[32m5 passed�[39m�[22m�[90m (5)�[39m
�[2m      Tests �[22m �[1m�[32m58 passed�[39m�[22m�[90m (58)�[39m
�[2m   Start at �[22m 20:56:24
�[2m   Duration �[22m 889ms�[2m (transform 214ms, setup 0ms, import 350ms, tests 552ms, environment 1ms)�[22m

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2026

✅ Type Coverage Report (Node 24.x)

Coverage: 99.83% (threshold: 90%)

Details
(6653 / 6664) 99.83%
type-coverage success.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 4, 2026

Looks like actions/cache is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 4, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/cache-5 branch April 4, 2026 21:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants