copilot-swe-agent[bot]
48a7cdbf9c
Remove .gitignore change for .nx/ directory
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 17:54:40 +00:00
copilot-swe-agent[bot]
3f1933edf9
Revert unrelated version bumps in package-lock.json files
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 17:50:28 +00:00
copilot-swe-agent[bot]
2215c8e5aa
Restrict sanitization to only allow 0-9, a-z, _, -, .
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 17:37:28 +00:00
copilot-swe-agent[bot]
af6de2cb95
Move orchestration ID logic to constructor for efficiency
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 17:30:28 +00:00
copilot-swe-agent[bot]
1dc58e3080
Rename github_orchestration_id to actions_orchestration_id
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 17:20:43 +00:00
copilot-swe-agent[bot]
20596c1d96
Move hyphen to end of character class for cleaner regex
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 16:30:09 +00:00
copilot-swe-agent[bot]
557f80fd03
Fix regex to properly escape hyphen in character class
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 16:28:52 +00:00
copilot-swe-agent[bot]
32c52bb78a
Use product/version format and sanitize orchestration ID
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 16:26:29 +00:00
copilot-swe-agent[bot]
6d9a3fe547
Format code and update .gitignore to exclude .nx cache
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 15:36:15 +00:00
copilot-swe-agent[bot]
4e1c194b34
Add ACTIONS_ORCHESTRATION_ID support to http-client user-agent
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 15:32:55 +00:00
copilot-swe-agent[bot]
09cb71a033
Initial plan
2026-01-06 15:22:42 +00:00
Salman Chishti
2506e78e82
Merge pull request #2212 from actions/artifact-v5.0.1-release
...
docs(artifact): release @actions/artifact v5.0.1
2025-12-12 15:39:59 +00:00
Salman Muin Kayser Chishti
f8003d52ff
docs: add PR reference to artifact v5.0.1 release notes
2025-12-12 15:33:41 +00:00
Salman Muin Kayser Chishti
e263dfb89d
Merge remote-tracking branch 'origin/main' into artifact-v5.0.1-release
2025-12-12 15:33:18 +00:00
Salman Chishti
2e53bd8485
Merge pull request #2214 from actions/cache-v5.0.1-release
...
docs(cache): release @actions/cache v5.0.1
2025-12-12 15:30:16 +00:00
Salman Chishti
b5e3b25b34
Merge pull request #2211 from actions/fix-artifact-storage-blob
...
fix(artifact): update @azure/storage-blob to fix Node.js 24 punycode deprecation
2025-12-12 15:29:23 +00:00
Salman Muin Kayser Chishti
b71834a510
fix(artifact): update @azure/storage-blob to ^12.29.1 and remove deprecated packages
2025-12-12 15:01:31 +00:00
Salman Muin Kayser Chishti
c6f0239e63
Merge remote-tracking branch 'origin/main' into fix-artifact-storage-blob
2025-12-12 14:59:31 +00:00
Salman Muin Kayser Chishti
c655f38a0f
docs(cache): add PR reference to v5.0.1 release notes
2025-12-12 14:53:26 +00:00
Salman Muin Kayser Chishti
cf8caa4e0d
Merge remote-tracking branch 'origin/main' into cache-v5.0.1-release
2025-12-12 14:50:27 +00:00
Salman Chishti
8734e578c6
Merge pull request #2213 from actions/fix-cache-storage-blob
...
fix(cache): update @azure/storage-blob to fix Node.js 24 punycode deprecation
2025-12-12 14:40:41 +00:00
Salman Muin Kayser Chishti
74ac6db523
fix(cache): update @azure/storage-blob to ^12.29.1 to address punycode deprecation
2025-12-12 14:05:14 +00:00
Salman Muin Kayser Chishti
6fc2f678c8
docs(cache): bump to v5.0.1 and add release notes
2025-12-12 13:42:58 +00:00
Salman Muin Kayser Chishti
5ef62e14dd
fix(cache): update @azure/storage-blob to ^12.29.1 to fix punycode deprecation
...
- Updated @azure/storage-blob from ^12.13.0 to ^12.29.1
- Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http
- Fixes Node.js 24 deprecation warning for punycode module
2025-12-12 13:41:31 +00:00
Salman Muin Kayser Chishti
7b29e67278
docs(artifact): bump to v5.0.1 and add release notes
2025-12-12 13:40:07 +00:00
Salman Muin Kayser Chishti
9d2227dbb0
fix(artifact): update @azure/storage-blob to ^12.29.1 to fix punycode deprecation
...
- Removed direct @azure/core-http dependency
- Updated @azure/storage-blob from ^12.15.0 to ^12.29.1
- Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http
- Fixes Node.js 24 deprecation warning for punycode module
2025-12-12 13:38:13 +00:00
Salman Chishti
5a8462ec27
Merge pull request #2210 from actions/prepare-artifact-release
...
docs(artifact): add v5.0.0 release notes
2025-12-11 21:42:59 +00:00
Salman Muin Kayser Chishti
fcaf488df6
chore(artifact): bump version to v5.0.0
2025-12-11 20:45:49 +00:00
Salman Muin Kayser Chishti
2b48e40e62
docs(artifact): add v5.0.0 release notes
2025-12-11 20:37:18 +00:00
Salman Chishti
44ec738e27
Merge pull request #2209 from actions/version-bumps
...
chore(artifact): bump dependencies for Node.js 24 support
2025-12-11 20:23:43 +00:00
Salman Muin Kayser Chishti
3af0128b01
chore(artifact): bump dependencies for Node.js 24 support
2025-12-11 19:20:51 +00:00
Salman Chishti
e74405f68c
Merge pull request #2194 from actions/prepare-cache-release-v5.0.0
...
Prepare cache v5 release
2025-12-11 16:00:48 +00:00
Salman Muin Kayser Chishti
cc6abe3c3a
chore(releases): update release notes for v5.0.0 to remove punycode deprecation warning
2025-12-11 14:43:23 +00:00
Salman Muin Kayser Chishti
c6502bc679
PR number update in releases
2025-12-11 14:33:30 +00:00
Salman Muin Kayser Chishti
bdd6eb4293
update releases
2025-12-11 14:32:58 +00:00
Salman Muin Kayser Chishti
6785788751
Merge remote-tracking branch 'origin/main' into prepare-cache-release-v5.0.0
2025-12-11 14:27:41 +00:00
Salman Chishti
ddf2d52556
Merge pull request #2198 from actions/cache-bump-deps
...
chore(cache): bump @actions/* dependencies to v2/v3
2025-12-11 14:25:35 +00:00
Salman Muin Kayser Chishti
7c1b12a15e
chore(cache): update @actions/core to 2.0.1
2025-12-11 13:57:58 +00:00
Salman Muin Kayser Chishti
fdbf9e3ec2
Merge remote-tracking branch 'origin/main' into cache-bump-deps
2025-12-11 13:54:20 +00:00
Salman Muin Kayser Chishti
369aa55cdc
update to core 2.0.1 which has exec 2.0.0
2025-12-11 13:54:17 +00:00
Brian DeHamer
e1191599bb
Merge pull request #2203 from actions/node-update-for-publish
...
Use node24 for publishing
2025-12-10 14:19:00 -08:00
Brian DeHamer
c043714a35
use node24 for publishing
...
Signed-off-by: Brian DeHamer <bdehamer@github.com >
2025-12-10 14:14:15 -08:00
Brian DeHamer
3ac6e0fdf2
Merge pull request #2201 from actions/npm-trusted-publishing
...
Enable npm trusted publishing
2025-12-10 13:32:35 -08:00
Brian DeHamer
d9f9074fee
npm trusted publishing
...
Signed-off-by: Brian DeHamer <bdehamer@github.com >
2025-12-10 13:27:16 -08:00
Salman Chishti
2c52220624
Merge pull request #2199 from actions/core-bump-exec
...
prepare @actions/exec 2.0.1 relesae + chore(core): bump @actions/exec from ^1.1.1 to ^2.0.0
2025-12-10 12:08:47 +00:00
Salman Muin Kayser Chishti
b2e6a5a284
chore(core): bump @actions/exec from ^1.1.1 to ^2.0.0
...
Aligns with cache package which already uses exec@2.0.0, avoiding nested duplicate dependencies.
2025-12-10 11:54:17 +00:00
Salman Muin Kayser Chishti
e48877e66c
chore(cache): bump @actions/* dependencies to v2/v3
...
- @actions/core: ^1.11.1 → ^2.0.0
- @actions/exec: ^1.0.1 → ^2.0.0
- @actions/glob: ^0.1.0 → ^0.5.0
- @actions/http-client: ^2.1.1 → ^3.0.0
- @actions/io: ^1.0.1 → ^2.0.0
2025-12-10 11:38:25 +00:00
Salman Chishti
bdddd872e3
Merge pull request #2197 from actions/cache-remove-ms-rest-js
...
fix(cache): replace @azure/ms-rest-js with @azure/core-rest-pipeline
2025-12-10 11:36:53 +00:00
Salman Muin Kayser Chishti
8a2701f328
fix(cache): replace @azure/ms-rest-js with @azure/core-rest-pipeline
...
Remove abandoned @azure/ms-rest-js dependency which pulls in node-fetch@v2, causing punycode deprecation warnings on Node.js 24+.
The TransferProgressEvent type is now imported from @azure/core-rest-pipeline instead.
2025-12-10 11:23:06 +00:00
Salman Muin Kayser Chishti
eb7ff8401e
chore(cache): regenerate package-lock.json with Node 24
2025-12-10 11:09:56 +00:00