Commit 3544421
authored
Modernize action runtime to Node 24
Node 20 is EOL. This moves the action to Node 24 and
updates every dependency to its current major version:
@actions/core 1 -> 3, @actions/github 6 -> 9,
zod 3 -> 4, TypeScript 5 -> 6, Biome 2.2 -> 2.4,
Bun CI pin 1.3.13 -> 1.3.14.
Zod 4 tightened UUID validation to RFC 4122, which
broke test fixtures using zero-version UUIDs. TypeScript
6 stopped auto-loading ambient types, requiring an
explicit types array in tsconfig. Both fixed inline.
Removed unused @octokit/rest. Migrated deprecated
z.string().uuid()/url()/email() to top-level z.uuid()
etc. Removed dead esModuleInterop (always-on in TS 6).
Bumped target/lib to ES2024 to match Node 24.
dist/index.js is now marked linguist-generated in
.gitattributes so PR diffs and whitespace checks skip
the committed bundle.1 parent f0b975f commit 3544421
13 files changed
Lines changed: 32987 additions & 23269 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments