Skip to content

chore(deps): update actions/cache action to v6 - #3101

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-cache-6.x
Open

chore(deps): update actions/cache action to v6#3101
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-cache-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/cache action major v5.0.3v6.1.0
actions/cache action major v5v6

Release Notes

actions/cache (actions/cache)

v6.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v5...v5.0.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

Deploy Preview for dtsx failed. Why did it fail? →

Name Link
🔨 Latest commit 4580fc7
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/6a6b5bde48b2590008ce3b13

@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 55c5138 to f1dcd3d Compare June 27, 2026 00:25
@chrisbbreuer
chrisbbreuer force-pushed the main branch 2 times, most recently from b74134b to 8304ed4 Compare July 11, 2026 16:14
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from f1dcd3d to 403b50f Compare July 12, 2026 14:39
@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Benchmark Results

Platform: linux x64 | Runtime: Bun 1.4.0 | Date: 2026-08-26

isolatedDeclarations vs Semantic Generation

Uncached end-to-end declaration generation over identical, fully annotated sources.

Workload Input isolatedDeclarations Semantic Speedup
Small typed initializers 256 KiB 314.7 µs 1.49 ms 🟢 4.7x
Medium typed initializers 1318 KiB 626.4 µs 5.62 ms 🟢 9.0x
Large typed initializers 5321 KiB 790.6 µs 21.42 ms 🟢 27.1x

In-Process API — Cached

Smart caching (hash check + cache hit) for watch mode, incremental builds, and CI.

Tool Small (~50 lines) Medium (~100 lines) Large (~330 lines) XLarge (~1050 lines) XXLarge (~2000 lines) Huge (~5000 lines)
dtsx (cached) 1.7 µs 1.3 µs 1.2 µs 3.0 µs 4.6 µs 10.1 µs
zig-dtsx 7.5 µs (4.5x) 11.7 µs (9.2x) 47.2 µs (39.5x) 268.4 µs (89.2x) 329.8 µs (71.0x) 752.6 µs (74.2x)
oxc-transform 11.5 µs (6.9x) 38.8 µs (30.6x) 136.3 µs (113.9x) 831.0 µs (276.1x) 665.6 µs (143.2x) 1.68 ms (165.4x)
TypeScript 7 (CLI) 68.48 ms (41004.7x) 67.26 ms (53165.1x) 68.55 ms (57296.6x) 83.76 ms (27828.0x) 76.42 ms (16445.3x) 92.85 ms (9158.7x)

In-Process API — No Cache

Raw single-transform comparison (cache cleared every iteration).

Tool Small (~50 lines) Medium (~100 lines) Large (~330 lines) XLarge (~1050 lines) XXLarge (~2000 lines) Huge (~5000 lines)
zig-dtsx 7.5 µs (3.6x) 11.7 µs (6.7x) 47.2 µs (43.3x) 268.4 µs (82.0x) 329.8 µs (76.0x) 752.6 µs (69.0x)
oxc-transform 11.5 µs (5.4x) 38.8 µs (22.1x) 136.3 µs (125.1x) 831.0 µs (253.8x) 665.6 µs (153.3x) 1.68 ms (153.7x)
dtsx (no-cache) 2.1 µs 1.8 µs 1.1 µs 3.3 µs 4.3 µs 10.9 µs
TypeScript 7 (CLI) 68.48 ms (32509.6x) 67.26 ms (38403.8x) 68.55 ms (62912.7x) 83.76 ms (25580.9x) 76.42 ms (17601.4x) 92.85 ms (8514.5x)

Note: TypeScript 7 is CLI-only. Each measurement includes ~40ms process spawn overhead, so it is not directly comparable to the in-process tools above. It is reported separately from the in-process tools.

Multi-File Project

All tools processing files in-process sequentially.

Tool 50 files 100 files
zig-dtsx 4.38 ms (54.7x) 9.14 ms (23.6x)
dtsx 80.0 µs 386.7 µs
oxc-transform 13.63 ms (170.4x) 27.94 ms (72.3x)
tsc 334.83 ms (4186.8x) 649.32 ms (1679.0x)

No previous benchmark found for regression comparison

zig-dtsx vs oxc-transform

Input Size zig-dtsx oxc-transform Speedup
Small (~50 lines) 7.5 µs 11.5 µs 🟢 1.53x
Medium (~100 lines) 11.7 µs 38.8 µs 🟢 3.32x
Large (~330 lines) 47.2 µs 136.3 µs 🟢 2.89x
XLarge (~1050 lines) 268.4 µs 831.0 µs 🟢 3.10x
XXLarge (~2000 lines) 329.8 µs 665.6 µs 🟢 2.02x
Huge (~5000 lines) 752.6 µs 1.68 ms 🟢 2.23x
Internal Benchmark Details

Extraction

Benchmark Avg Min Max Throughput Memory
Simple (0001.ts) 888 ns 671 ns 2.5 µs 797.0 M chars/s 0.0 MB
Medium (0002.ts) 3.5 µs 821 ns 9.8 µs 281.0 M chars/s 0.0 MB
Complex (0003.ts) 🏆 716 ns 430 ns 4.5 µs 1.8 G chars/s 0.0 MB
Very Complex (0005.ts) 4.7 µs 4.6 µs 5.5 µs 17.7 G chars/s 0.0 MB
Lodash-like (real-world) 3.4 µs 2.1 µs 16.9 µs 7.6 G chars/s 0.0 MB
React-like (real-world) 2.9 µs 2.8 µs 4.0 µs 11.4 G chars/s 0.0 MB

Synthetic

Benchmark Avg Min Max Throughput Memory
100 lines 🏆 1.5 µs 941 ns 16.1 µs 4.7 G chars/s 0.0 MB
500 lines 3.7 µs 2.9 µs 25.3 µs 9.8 G chars/s 0.0 MB
1000 lines 5.8 µs 5.2 µs 8.5 µs 12.4 G chars/s 0.0 MB
5000 lines 20.1 µs 19.0 µs 28.5 µs 18.5 G chars/s 0.0 MB
10000 lines 38.8 µs 38.3 µs 40.0 µs 19.3 G chars/s 0.0 MB

Memory

Benchmark Avg Min Max Throughput Memory
Large File Memory 🏆 13.85 ms 13.85 ms 13.85 ms 54.1 M chars/s 2.0 MB

Real-World

Benchmark Avg Min Max Throughput Memory
Lodash-like 🏆 1.9 µs 1.7 µs 3.9 µs 13.5 G chars/s 0.0 MB
React-like 3.1 µs 2.1 µs 9.8 µs 10.9 G chars/s 0.0 MB

Generation

Benchmark Avg Min Max Throughput Memory
Single File (100 lines) 🏆 724.9 µs 633.4 µs 862.3 µs 9.7 M chars/s 0.0 MB
Medium File (1000 lines) 2.65 ms 2.02 ms 3.79 ms 27.3 M chars/s 0.7 MB
Large File (5000 lines) 12.16 ms 8.65 ms 16.16 ms 30.7 M chars/s 6.7 MB

Phase Timing

File Phase Avg Time % of Total
500 lines Processing 688.0 µs ████████████████████ 99.4%
500 lines Extraction 3.4 µs █ 0.5%
500 lines Formatting 139 ns █ 0.0%
500 lines File Read 66 ns █ 0.0%
2000 lines Processing 2.09 ms ████████████████████ 99.4%
2000 lines Extraction 10.6 µs █ 0.5%
2000 lines Formatting 201 ns █ 0.0%
2000 lines File Read 78 ns █ 0.0%
5000 lines Processing 5.15 ms ████████████████████ 99.5%
5000 lines Extraction 21.9 µs █ 0.4%
5000 lines Formatting 328 ns █ 0.0%
5000 lines File Read 138 ns █ 0.0%
Metric Value
Total benchmarks 23
Avg time 2.60 ms
Total time 1.0 s

@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch 2 times, most recently from 90aa878 to 0f6fb75 Compare July 24, 2026 15:31
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 0f6fb75 to 4580fc7 Compare July 30, 2026 14:12
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 4580fc7 to f0d3eed Compare August 11, 2026 15:03
@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from f0d3eed to b4a2148 Compare August 26, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants