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-07-30

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 359.0 µs 1.39 ms 🟢 3.9x
Medium typed initializers 1318 KiB 507.4 µs 5.36 ms 🟢 10.6x
Large typed initializers 5321 KiB 771.5 µs 21.02 ms 🟢 27.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 967 ns 1.4 µs 1.9 µs 4.7 µs 8.7 µs
zig-dtsx 10.5 µs (4.0x) 13.1 µs (13.5x) 49.9 µs (35.2x) 302.4 µs (155.3x) 300.3 µs (64.6x) 817.0 µs (93.7x)
oxc-transform 12.1 µs (4.6x) 44.9 µs (46.4x) 144.2 µs (101.5x) 960.0 µs (492.9x) 629.5 µs (135.4x) 1.68 ms (193.1x)
TypeScript 7 (CLI) 78.98 ms (30272.8x) 83.39 ms (86206.5x) 85.15 ms (59974.0x) 102.85 ms (52805.2x) 95.87 ms (20613.6x) 117.35 ms (13460.0x)

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 10.5 µs (4.0x) 13.1 µs (7.6x) 49.9 µs (25.1x) 302.4 µs (133.9x) 300.3 µs (58.5x) 817.0 µs (103.1x)
oxc-transform 12.1 µs (4.5x) 44.9 µs (26.1x) 144.2 µs (72.4x) 960.0 µs (425.0x) 629.5 µs (122.7x) 1.68 ms (212.6x)
dtsx (no-cache) 2.7 µs 1.7 µs 2.0 µs 2.3 µs 5.1 µs 7.9 µs
TypeScript 7 (CLI) 78.98 ms (29754.8x) 83.39 ms (48470.8x) 85.15 ms (42751.4x) 102.85 ms (45538.8x) 95.87 ms (18687.8x) 117.35 ms (14814.0x)

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.34 ms (53.3x) 10.89 ms (19.5x)
dtsx 100.2 µs 559.1 µs
oxc-transform 15.49 ms (154.6x) 32.73 ms (58.5x)
tsc 437.05 ms (4361.7x) 860.79 ms (1539.6x)

No previous benchmark found for regression comparison

zig-dtsx vs oxc-transform

Input Size zig-dtsx oxc-transform Speedup
Small (~50 lines) 10.5 µs 12.1 µs 🟢 1.15x
Medium (~100 lines) 13.1 µs 44.9 µs 🟢 3.44x
Large (~330 lines) 49.9 µs 144.2 µs 🟢 2.89x
XLarge (~1050 lines) 302.4 µs 960.0 µs 🟢 3.17x
XXLarge (~2000 lines) 300.3 µs 629.5 µs 🟢 2.10x
Huge (~5000 lines) 817.0 µs 1.68 ms 🟢 2.06x
Internal Benchmark Details

Extraction

Benchmark Avg Min Max Throughput Memory
Simple (0001.ts) 1.3 µs 693 ns 5.5 µs 563.5 M chars/s 0.0 MB
Medium (0002.ts) 5.9 µs 1.2 µs 14.2 µs 167.6 M chars/s 0.0 MB
Complex (0003.ts) 🏆 1.0 µs 424 ns 6.1 µs 1.3 G chars/s 0.0 MB
Very Complex (0005.ts) 6.2 µs 5.8 µs 7.4 µs 13.4 G chars/s 0.0 MB
Lodash-like (real-world) 3.7 µs 2.2 µs 18.1 µs 7.0 G chars/s 0.0 MB
React-like (real-world) 2.1 µs 1.9 µs 3.6 µs 16.0 G chars/s 0.0 MB

Synthetic

Benchmark Avg Min Max Throughput Memory
100 lines 🏆 1.2 µs 623 ns 31.1 µs 5.7 G chars/s 0.0 MB
500 lines 3.6 µs 2.6 µs 17.1 µs 10.1 G chars/s 0.0 MB
1000 lines 5.7 µs 4.9 µs 9.9 µs 12.6 G chars/s 0.0 MB
5000 lines 28.2 µs 23.6 µs 54.3 µs 13.2 G chars/s 0.0 MB
10000 lines 42.3 µs 42.0 µs 43.2 µs 17.7 G chars/s 0.0 MB

Memory

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

Real-World

Benchmark Avg Min Max Throughput Memory
Lodash-like 🏆 1.6 µs 1.5 µs 3.1 µs 15.9 G chars/s 0.0 MB
React-like 2.8 µs 1.9 µs 7.5 µs 12.0 G chars/s 0.0 MB

Generation

Benchmark Avg Min Max Throughput Memory
Single File (100 lines) 🏆 1.08 ms 756.1 µs 1.72 ms 6.5 M chars/s 0.6 MB
Medium File (1000 lines) 3.93 ms 3.19 ms 4.68 ms 18.4 M chars/s 0.7 MB
Large File (5000 lines) 15.47 ms 14.82 ms 15.92 ms 24.1 M chars/s 0.9 MB

Phase Timing

File Phase Avg Time % of Total
500 lines Processing 777.2 µs ████████████████████ 99.4%
500 lines Extraction 3.8 µs █ 0.5%
500 lines Formatting 185 ns █ 0.0%
500 lines File Read 66 ns █ 0.0%
2000 lines Processing 2.89 ms ████████████████████ 99.4%
2000 lines Extraction 14.6 µs █ 0.5%
2000 lines Formatting 294 ns █ 0.0%
2000 lines File Read 78 ns █ 0.0%
5000 lines Processing 7.47 ms ████████████████████ 99.5%
5000 lines Extraction 34.1 µs █ 0.5%
5000 lines Formatting 367 ns █ 0.0%
5000 lines File Read 89 ns █ 0.0%
Metric Value
Total benchmarks 23
Avg time 3.08 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
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