Skip to content

chore(deps): update actions/upload-artifact action to v7 - #3099

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-artifact-actions
Open

chore(deps): update actions/upload-artifact action to v7#3099
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-artifact-actions

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v6.0.0v7.0.1

Release Notes

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

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 this update 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 2, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit 85e1ede
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/6a6b5bece29dca0008147d97

@renovate renovate Bot changed the title chore(deps): update github artifact actions to v7 chore(deps): update github artifact actions (major) Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update github artifact actions (major) chore(deps): update actions/upload-artifact action to v7 Jun 25, 2026
@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/major-github-artifact-actions branch from a47ad26 to 74f41e4 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.3.14 | Date: 2026-08-14

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 291.1 µs 1.78 ms 🟢 6.1x
Medium typed initializers 1318 KiB 479.4 µs 5.78 ms 🟢 12.1x
Large typed initializers 5321 KiB 664.2 µs 21.93 ms 🟢 33.0x

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.1 µs 978 ns 985 ns 2.6 µs 4.4 µs 9.6 µs
zig-dtsx 9.0 µs (4.3x) 14.7 µs (15.0x) 49.6 µs (50.4x) 224.7 µs (87.8x) 294.2 µs (66.7x) 777.2 µs (81.4x)
oxc-transform 11.7 µs (5.6x) 42.2 µs (43.1x) 136.7 µs (138.8x) 846.0 µs (330.6x) 689.5 µs (156.4x) 1.67 ms (174.8x)
TypeScript 7 (CLI) 77.40 ms (36883.7x) 80.74 ms (82579.2x) 82.60 ms (83902.3x) 101.67 ms (39729.9x) 91.69 ms (20798.9x) 115.01 ms (12038.3x)

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 9.0 µs (3.4x) 14.7 µs (7.7x) 49.6 µs (34.5x) 224.7 µs (90.9x) 294.2 µs (55.9x) 777.2 µs (72.1x)
oxc-transform 11.7 µs (4.4x) 42.2 µs (22.3x) 136.7 µs (95.1x) 846.0 µs (342.1x) 689.5 µs (131.0x) 1.67 ms (154.8x)
dtsx (no-cache) 2.6 µs 1.9 µs 1.4 µs 2.5 µs 5.3 µs 10.8 µs
TypeScript 7 (CLI) 77.40 ms (29426.3x) 80.74 ms (42630.0x) 82.60 ms (57462.5x) 101.67 ms (41116.1x) 91.69 ms (17423.7x) 115.01 ms (10664.1x)

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.52 ms (54.6x) 9.48 ms (19.3x)
dtsx 82.7 µs 491.6 µs
oxc-transform 13.52 ms (163.5x) 28.99 ms (59.0x)
tsc 403.74 ms (4880.6x) 790.53 ms (1608.2x)

No previous benchmark found for regression comparison

zig-dtsx vs oxc-transform

Input Size zig-dtsx oxc-transform Speedup
Small (~50 lines) 9.0 µs 11.7 µs 🟢 1.30x
Medium (~100 lines) 14.7 µs 42.2 µs 🟢 2.87x
Large (~330 lines) 49.6 µs 136.7 µs 🟢 2.75x
XLarge (~1050 lines) 224.7 µs 846.0 µs 🟢 3.77x
XXLarge (~2000 lines) 294.2 µs 689.5 µs 🟢 2.34x
Huge (~5000 lines) 777.2 µs 1.67 ms 🟢 2.15x
Internal Benchmark Details

Extraction

Benchmark Avg Min Max Throughput Memory
Simple (0001.ts) 1.2 µs 771 ns 3.3 µs 612.2 M chars/s 0.0 MB
Medium (0002.ts) 4.6 µs 781 ns 14.0 µs 212.7 M chars/s 0.0 MB
Complex (0003.ts) 🏆 950 ns 501 ns 4.0 µs 1.4 G chars/s 0.0 MB
Very Complex (0005.ts) 4.6 µs 4.5 µs 5.5 µs 18.1 G chars/s 0.0 MB
Lodash-like (real-world) 3.2 µs 1.7 µs 14.5 µs 8.1 G chars/s 0.0 MB
React-like (real-world) 3.1 µs 2.8 µs 5.7 µs 10.6 G chars/s 0.0 MB

Synthetic

Benchmark Avg Min Max Throughput Memory
100 lines 🏆 1.5 µs 771 ns 16.7 µs 4.9 G chars/s 0.0 MB
500 lines 3.7 µs 2.8 µs 35.8 µs 9.8 G chars/s 0.0 MB
1000 lines 4.8 µs 3.9 µs 12.2 µs 14.9 G chars/s 0.0 MB
5000 lines 26.7 µs 24.1 µs 38.8 µs 14.0 G chars/s 0.0 MB
10000 lines 46.7 µs 37.3 µs 81.5 µs 16.1 G chars/s 0.0 MB

Memory

Benchmark Avg Min Max Throughput Memory
Large File Memory 🏆 16.34 ms 16.34 ms 16.34 ms 45.9 M chars/s 0.0 MB

Real-World

Benchmark Avg Min Max Throughput Memory
Lodash-like 🏆 1.9 µs 1.7 µs 3.3 µs 13.7 G chars/s 0.0 MB
React-like 3.2 µs 2.1 µs 10.6 µs 10.4 G chars/s 0.0 MB

Generation

Benchmark Avg Min Max Throughput Memory
Single File (100 lines) 🏆 861.5 µs 657.0 µs 1.34 ms 8.2 M chars/s 0.6 MB
Medium File (1000 lines) 3.07 ms 2.55 ms 3.66 ms 23.5 M chars/s 0.3 MB
Large File (5000 lines) 15.32 ms 14.06 ms 17.37 ms 24.3 M chars/s 11.6 MB

Phase Timing

File Phase Avg Time % of Total
500 lines Processing 772.6 µs ████████████████████ 99.3%
500 lines Extraction 4.1 µs █ 0.5%
500 lines Formatting 145 ns █ 0.0%
500 lines File Read 69 ns █ 0.0%
2000 lines Processing 2.62 ms ████████████████████ 99.6%
2000 lines Extraction 10.0 µs █ 0.4%
2000 lines Formatting 235 ns █ 0.0%
2000 lines File Read 65 ns █ 0.0%
5000 lines Processing 6.94 ms ████████████████████ 99.6%
5000 lines Extraction 25.2 µs █ 0.4%
5000 lines Formatting 433 ns █ 0.0%
5000 lines File Read 105 ns █ 0.0%
Metric Value
Total benchmarks 23
Avg time 2.90 ms
Total time 1.0 s

@renovate
renovate Bot force-pushed the renovate/major-github-artifact-actions branch 2 times, most recently from 3d3f2bc to 6fc2207 Compare July 24, 2026 15:31
@renovate
renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 6fc2207 to 85e1ede Compare July 30, 2026 14:12
@renovate
renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 85e1ede to af2cea6 Compare August 14, 2026 20:36
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