Skip to content

chore: sync v6 with upstream runs-on/cache v5 - #16

Merged
maxvandongenTikkie merged 103 commits into
v6from
sync/upstream-v5-to-v6
Aug 28, 2026
Merged

chore: sync v6 with upstream runs-on/cache v5#16
maxvandongenTikkie merged 103 commits into
v6from
sync/upstream-v5-to-v6

Conversation

@maxvandongenTikkie

Copy link
Copy Markdown

Summary

  • replace the current v6 code line with public runs-on/cache@v5
  • replay the TikkieOrg compression-level and multithreaded zstd changes
  • retain the corrected zstd long-window semantics
  • carry forward dependency security overrides and regenerate all action bundles
  • document that TikkieOrg/cache@v6 tracks public runs-on/cache@v5
  • configure CI and release automation for the v6 consumer branch

Breaking changes and migration notes

  • Node.js 24 requires Actions Runner 2.327.1 or newer.
  • The upstream repository-scoped S3 prefix may cause a one-time cache miss when RUNS_ON_S3_CACHE_REPO_PREFIX is configured; caches will be repopulated under the new prefix.
  • save-always remains deprecated upstream.
  • Consumers continue using TikkieOrg/cache@v6; no workflow ref change is required after merge.

Verification

  • npm ci --ignore-scripts
  • npm test -- --runInBand (85 tests)
  • npm run lint
  • npm run format-check
  • npm run build

Production audit findings introduced by stale direct dependencies were reduced using overrides. Remaining findings are inherited from upstream packages and currently have no available fixes.

salmanmkc and others added 30 commits July 24, 2025 20:07
- 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.
RyPeck and others added 23 commits February 24, 2026 09:11
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 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/
Comment thread .github/workflows/tests.yml Fixed
@maxvandongenTikkie
maxvandongenTikkie merged commit b925219 into v6 Aug 28, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants