Skip to content

chore(deps): update actions/checkout action to v7 - #3100

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

chore(deps): update actions/checkout action to v7#3100
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6v7
actions/checkout action major v6.0.2v7.0.1
actions/checkout action major v4v7

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v7

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source


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 18, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit e65eacb
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/6a6b5be161029100086a8e1d

@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-checkout-7.x branch from cf0b0c0 to bb41560 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 494.9 µs 1.82 ms 🟢 3.7x
Medium typed initializers 1318 KiB 648.5 µs 7.00 ms 🟢 10.8x
Large typed initializers 5321 KiB 1.13 ms 26.25 ms 🟢 23.2x

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) 2.6 µs 1.3 µs 1.2 µs 3.7 µs 6.1 µs 12.4 µs
zig-dtsx 11.6 µs (4.5x) 16.6 µs (12.8x) 62.2 µs (49.9x) 383.5 µs (104.7x) 393.3 µs (64.6x) 924.0 µs (74.7x)
oxc-transform 20.6 µs (8.1x) 64.2 µs (49.6x) 213.3 µs (171.2x) 1.11 ms (303.4x) 913.3 µs (150.0x) 2.30 ms (185.8x)
TypeScript 7 (CLI) 80.76 ms (31647.2x) 87.94 ms (67948.2x) 91.10 ms (73105.6x) 114.35 ms (31224.9x) 103.31 ms (16971.9x) 129.59 ms (10483.1x)

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 11.6 µs (3.1x) 16.6 µs (6.2x) 62.2 µs (43.3x) 383.5 µs (113.6x) 393.3 µs (72.9x) 924.0 µs (73.4x)
oxc-transform 20.6 µs (5.5x) 64.2 µs (23.9x) 213.3 µs (148.7x) 1.11 ms (329.0x) 913.3 µs (169.3x) 2.30 ms (182.5x)
dtsx (no-cache) 3.8 µs 2.7 µs 1.4 µs 3.4 µs 5.4 µs 12.6 µs
TypeScript 7 (CLI) 80.76 ms (21517.8x) 87.94 ms (32690.2x) 91.10 ms (63493.8x) 114.35 ms (33861.2x) 103.31 ms (19152.4x) 129.59 ms (10298.3x)

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 5.71 ms (81.5x) 11.93 ms (23.0x)
dtsx 70.1 µs 519.1 µs
oxc-transform 17.49 ms (249.5x) 36.52 ms (70.3x)
tsc 469.42 ms (6694.2x) 882.03 ms (1699.0x)

No previous benchmark found for regression comparison

zig-dtsx vs oxc-transform

Input Size zig-dtsx oxc-transform Speedup
Small (~50 lines) 11.6 µs 20.6 µs 🟢 1.78x
Medium (~100 lines) 16.6 µs 64.2 µs 🟢 3.87x
Large (~330 lines) 62.2 µs 213.3 µs 🟢 3.43x
XLarge (~1050 lines) 383.5 µs 1.11 ms 🟢 2.90x
XXLarge (~2000 lines) 393.3 µs 913.3 µs 🟢 2.32x
Huge (~5000 lines) 924.0 µs 2.30 ms 🟢 2.49x
Internal Benchmark Details

Extraction

Benchmark Avg Min Max Throughput Memory
Simple (0001.ts) 1.2 µs 911 ns 3.9 µs 606.6 M chars/s 0.0 MB
Medium (0002.ts) 3.5 µs 972 ns 12.1 µs 280.1 M chars/s 0.0 MB
Complex (0003.ts) 🏆 1.1 µs 591 ns 8.6 µs 1.2 G chars/s 0.0 MB
Very Complex (0005.ts) 5.6 µs 5.3 µs 7.8 µs 14.9 G chars/s 0.0 MB
Lodash-like (real-world) 2.5 µs 2.1 µs 5.3 µs 10.4 G chars/s 0.0 MB
React-like (real-world) 2.7 µs 2.5 µs 4.6 µs 12.5 G chars/s 0.0 MB

Synthetic

Benchmark Avg Min Max Throughput Memory
100 lines 🏆 1.4 µs 882 ns 29.6 µs 5.2 G chars/s 0.0 MB
500 lines 3.9 µs 2.6 µs 22.4 µs 9.2 G chars/s 0.0 MB
1000 lines 5.0 µs 4.7 µs 7.3 µs 14.6 G chars/s 0.0 MB
5000 lines 23.4 µs 22.5 µs 27.3 µs 16.0 G chars/s 0.0 MB
10000 lines 51.1 µs 49.8 µs 54.3 µs 14.7 G chars/s 0.0 MB

Memory

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

Real-World

Benchmark Avg Min Max Throughput Memory
Lodash-like 🏆 2.3 µs 2.0 µs 6.7 µs 11.1 G chars/s 0.0 MB
React-like 3.1 µs 2.4 µs 9.2 µs 10.7 G chars/s 0.0 MB

Generation

Benchmark Avg Min Max Throughput Memory
Single File (100 lines) 🏆 1.11 ms 946.0 µs 1.33 ms 6.4 M chars/s 0.0 MB
Medium File (1000 lines) 3.95 ms 2.90 ms 5.13 ms 18.3 M chars/s 0.3 MB
Large File (5000 lines) 18.05 ms 11.37 ms 23.84 ms 20.7 M chars/s 12.2 MB

Phase Timing

File Phase Avg Time % of Total
500 lines Processing 924.7 µs ████████████████████ 99.4%
500 lines Extraction 4.5 µs █ 0.5%
500 lines Formatting 169 ns █ 0.0%
500 lines File Read 85 ns █ 0.0%
2000 lines Processing 2.51 ms ████████████████████ 99.5%
2000 lines Extraction 12.3 µs █ 0.5%
2000 lines Formatting 183 ns █ 0.0%
2000 lines File Read 90 ns █ 0.0%
5000 lines Processing 6.52 ms ████████████████████ 99.5%
5000 lines Extraction 31.3 µs █ 0.5%
5000 lines Formatting 251 ns █ 0.0%
5000 lines File Read 85 ns █ 0.0%
Metric Value
Total benchmarks 23
Avg time 3.46 ms
Total time 1.2 s

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch 2 times, most recently from dbd0854 to 8e6a226 Compare July 24, 2026 15:31
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 8e6a226 to e65eacb Compare July 30, 2026 14:12
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from e65eacb to bd57816 Compare August 11, 2026 15:03
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from bd57816 to 3d1b6ae Compare August 26, 2026 10:15
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