chore: sync v6 with upstream runs-on/cache v5 - #16
Merged
Conversation
- Use local cache package with file:../packages/cache instead of published version - Update all action.yml files to use node24 runtime - Update dependencies to support Node 24 (@types/node@24.1.0) - Rebuild dist files with local cache package - Add engines field requiring node >=24
- Keep Node 24 package.json with local cache package reference - Keep rebuilt dist files with local cache package - Preserve package-lock.json with updated dependencies - Include latest license updates from main
Uses updated cache package that removes @azure/ms-rest-js dependency to fix Node 24 punycode deprecation warning.
This reverts commit fe92eaf.
Upgrade to use node24
Updated cache key to use 'bun.lock' instead of 'bun.lockb' for consistency.
Fix cache key in examples.md for bun.lock
Update dependencies & patch security vulnerabilities
Update ts-http-runtime dependency
Update cache dependencies and release workflow
* Use RunsOn shared cache prefix for S3 backend * Use RunsOn repo cache prefix for S3 backend
Replace upstream unzstd (single-threaded) with zstd -d -T0 for extraction and zstd -T0 for compression, using all available CPU cores. Accepts a configurable compression level to support --fast=N. Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
- Change --long=30 → --long=29 in compress and decompress --long=30 allocates a 1 GB decompression buffer; on 3 GB runners this is a third of total RAM. --long=29 (512 MB window) gives identical compression ratio with half the memory cost. - Fix compression-level semantics: positive values now correctly map to zstd -N (quality level) instead of --fast=N (was inverted). Negative values map to --fast=|N|. Extracted buildLevelFlag() helper with inline documentation. - Update action.yml description for compression-level input - Rebuild dist/
ThijsTikkie
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
runs-on/cache@v5compression-leveland multithreaded zstd changesTikkieOrg/cache@v6tracks publicruns-on/cache@v5v6consumer branchBreaking changes and migration notes
2.327.1or newer.RUNS_ON_S3_CACHE_REPO_PREFIXis configured; caches will be repopulated under the new prefix.save-alwaysremains deprecated upstream.TikkieOrg/cache@v6; no workflow ref change is required after merge.Verification
npm ci --ignore-scriptsnpm test -- --runInBand(85 tests)npm run lintnpm run format-checknpm run buildProduction audit findings introduced by stale direct dependencies were reduced using overrides. Remaining findings are inherited from upstream packages and currently have no available fixes.