Salman Muin Kayser Chishti
3af0128b01
chore(artifact): bump dependencies for Node.js 24 support
2025-12-11 19:20:51 +00:00
Salman Chishti and GitHub
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 and GitHub
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
Salman Chishti and GitHub
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 and GitHub
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
Salman Muin Kayser Chishti
45ec4a2087
chore: update dependencies and remove deprecated package
...
- Removed `@azure/ms-rest-js` dependency to fix Node.js 24+ punycode deprecation warning.
- The `TransferProgressEvent` type is now imported from `@azure/core-rest-pipeline`.
- Updated `package.json` to reflect the new dependency.
- Updated tests to import `TransferProgressEvent` from the new package.
- Updated `package-lock.json` to remove `@azure/ms-rest-js` and include `@azure/core-rest-pipeline`.
- Bumped versions of several dependencies including `@azure/storage-blob` and `@azure/storage-common`.
2025-12-10 11:04:34 +00:00
Salman Muin Kayser Chishti
b0464628c0
Prepare cache v5 release
2025-12-09 16:11:32 +00:00
Salman Chishti and GitHub
5e183dabac
Merge pull request #2193 from actions/fix-audit-vulnerabilities
...
chore: fix npm audit vulnerabilities (glob, js-yaml)
2025-12-09 15:39:33 +00:00
Salman Muin Kayser Chishti
8883833d6d
chore: fix npm audit vulnerabilities (glob, js-yaml)
2025-12-08 21:14:00 +00:00
Salman Chishti and GitHub
48f166f6d5
Merge pull request #2175 from actions/prepare-core-1.12.0-release
...
Prepare @actions/core 2.0.0 release
2025-12-08 16:28:47 +00:00
Salman Muin Kayser Chishti
4bc377e1b4
Timeout time back to normal, as it was like this for debugging
2025-12-08 12:47:19 +00:00
Salman Muin Kayser Chishti
bf1b64008f
fix: use detached:true on all platforms for exec stream tests
...
On Windows, detached:true is needed to properly keep stdio handles
open after the parent process exits.
2025-12-08 12:35:33 +00:00
Salman Muin Kayser Chishti
894f77901e
fix: improve exec stream tests cross-platform handling
...
- Update spawn-wait-for-file.js to use proper stdio inheritance
- Add small delay before exit to ensure child process inherits handles
- Simplify test code to use the helper script instead of shell commands
2025-12-08 12:28:52 +00:00
Salman Muin Kayser Chishti
d97deb1f60
tests(exec): use platform-aware spawn options in spawn-wait-for-file script (detach on Unix, hide window on Windows)
2025-11-18 15:45:59 +00:00
Salman Muin Kayser Chishti
df111e1104
tests(glob): set GITHUB_WORKSPACE to __dirname in hash-files.test
2025-11-18 15:32:19 +00:00
Salman Muin Kayser Chishti
a3588a70ba
update hash files test
2025-11-18 14:21:47 +00:00
Salman Chishti and GitHub
6b63a2bfc3
Merge pull request #2176 from actions/prepare-exec-2.0.0-release
...
Prepare @actions/exec 2.0.0 release
2025-11-18 14:13:24 +00:00
Salman Muin Kayser Chishti
290017ff81
update package json
2025-11-04 13:53:28 +00:00
2a876cd69d
Update packages/exec/RELEASES.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-04 13:50:24 +00:00
Salman Muin Kayser Chishti
7cba4c8084
npm install
2025-10-31 16:02:54 +00:00
Salman Muin Kayser Chishti
f79b906406
Prepare @actions/exec 2.0.0 release
2025-10-31 15:55:29 +00:00
Salman Muin Kayser Chishti
1bcc453b44
Prepare @actions/core 2.0.0 release
2025-10-31 15:52:21 +00:00
Salman Chishti and GitHub
dcae869a03
Merge pull request #2167 from actions/prepare-http-client-3.0.0-release
...
Prepare @actions/http-client 3.0.0 release
2025-10-31 15:27:38 +00:00
Salman Chishti and GitHub
23769d04c7
Merge pull request #2166 from actions/prepare-io-2.0.0-release
...
Prepare @actions/io 2.0.0 release
2025-10-31 15:27:26 +00:00
d47594b536
Update packages/http-client/RELEASES.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-22 15:44:09 +01:00
Salman Muin Kayser Chishti
2823824b94
Prepare @actions/http-client 3.0.0 release
2025-10-22 15:40:17 +01:00
Salman Muin Kayser Chishti
130842f4e8
Prepare @actions/io 2.0.0 release
2025-10-21 15:55:10 +01:00
Salman Chishti and GitHub
ab82301c62
Merge pull request #2164 from actions/prepare-attest-2.0.0-release
...
Prepare @actions/attest 2.0.0 release
2025-10-21 15:08:28 +01:00
Salman Muin Kayser Chishti
d3ade9ecfc
Prepare @actions/attest 2.0.0 release
2025-10-20 12:07:20 +01:00
Salman Chishti and GitHub
ac2468e605
Support Nodejs.24 - Merge pull request #2110 from actions/salmanmkc/node24
...
Support Node.js 24
2025-10-16 16:25:47 +01:00
Salman Muin Kayser Chishti
3c8fcfce19
del file
2025-10-16 14:37:05 +01:00
Salman Muin Kayser Chishti
45467b9199
LInt
2025-10-16 14:34:09 +01:00
Salman Muin Kayser Chishti
700a55077d
spacing
2025-10-16 14:27:39 +01:00
Salman Muin Kayser Chishti
6fa8f07827
Update based on testing to add trailing back slash to all results
2025-10-16 13:52:43 +01:00
Salman Muin Kayser Chishti
d16e86a709
Add workflow to test readlink behavior on Windows across Node versions
2025-10-16 13:03:06 +01:00
Salman Muin Kayser Chishti
ae3ac0db0c
change back to lstat
2025-10-15 17:25:34 +01:00
Salman Muin Kayser Chishti
b319d6afff
Add comment to explain the method and return types
2025-10-15 17:14:54 +01:00
Salman Muin Kayser Chishti
b8ac8fc14a
lint
2025-10-15 17:08:33 +01:00
Salman Muin Kayser Chishti
028d621193
Merge remote-tracking branch 'origin/main' into salmanmkc/node24
2025-10-15 16:41:54 +01:00
Salman Muin Kayser Chishti
b0d901f9c2
rebase led to this changing so reverting
2025-10-15 16:37:38 +01:00
Salman Muin Kayser Chishti
394e804dc8
remove skip lib check
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
d402248c45
Lint fix
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
66e8437b3e
Revert "Io util package usage update"
...
This reverts commit 783332a4b57e9455ec3a361c4e16f659a35f3a97.
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
9c7501a5f3
Io util package usage update
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
3b4b5725f0
Update packages, core doesn't need updates and update to use IO util update
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
9a364e607b
update io utils
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
625c3f4856
change version for http-client
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
1c3a637017
Update documentation
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
ec0ca1b19b
fix typo
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
57cd003e61
Update tests to use HTTPS for postman-echo.com and adjust proxy environment variable
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
b5befc6c6d
Update HTTP tests to use HTTPS for postman-echo.com
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
88a490d2ce
override for node-fetch
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
a8d1fb0687
remove node 18
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
347c887e54
package json
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
d5af54ee78
Update package versions
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
44b9401378
Remove the need to update packages/core
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
fb5ae2a0e0
Keep attest at the same version
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
8024983ab0
Update workflows and documentation to use the latest versions of first party actions that are available (checkout, setup-node, github-script)
...
=
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
d44f9b8f13
update some version numbers, will revise in a bit
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
33a9b6c09c
update with dist updates
2025-10-15 16:22:51 +01:00
Salman Muin Kayser Chishti
7aea3e735f
changes
2025-09-08 15:37:51 +01:00
Salman Muin Kayser Chishti
b1eb18b224
http
2025-09-08 15:36:39 +01:00
Salman Muin Kayser Chishti
48e42b1fdd
linting
2025-09-04 15:24:57 +01:00
Salman Muin Kayser Chishti
b738f10ef3
package updates
2025-09-04 15:15:02 +01:00
Salman Muin Kayser Chishti
8f32f385e0
Bump package versions, and fix issues
2025-09-04 14:16:27 +01:00
Salman Muin Kayser Chishti
011f07d1dc
package changes
2025-09-04 12:58:54 +01:00
Salman Muin Kayser Chishti
aa7077acfb
Override to fix npm audit stuff
2025-09-04 12:49:31 +01:00
Salman Muin Kayser Chishti
86207b5042
remove engines 24 reuqirement from toolkit and fix test
2025-09-04 12:41:43 +01:00
Salman Muin Kayser Chishti
f82db4c00b
audit fix
2025-08-08 12:26:34 +01:00
Salman Muin Kayser Chishti
b8cca0c71f
fix lint errors
2025-08-08 04:02:29 +01:00
Salman Muin Kayser Chishti
6f0cb0c45e
Merge branch 'main' into salmanmkc/node24
2025-08-08 03:54:30 +01:00
Salman Muin Kayser Chishti
944ede4d09
custom readlink implementation for Windows compatibility with trailing backslashes
2025-08-08 03:46:42 +01:00
Salman Muin Kayser Chishti
bcb928642f
format
2025-08-06 12:57:10 +01:00
Salman Muin Kayser Chishti
8c3fc9ed99
Update test to use mock
2025-08-06 12:49:50 +01:00
Salman Muin Kayser Chishti
1ef3214cee
update for types
2025-08-01 11:50:25 +01:00
Salman Muin Kayser Chishti
ece2273b24
updates
2025-07-31 23:48:44 +01:00
Salman Muin Kayser Chishti
717b895584
support node 24
2025-07-31 23:37:22 +01:00
Salman Chishti and GitHub
eb6226501b
Merge pull request #2076 from esainane/what-the-word-is-is
...
Fix typo in `core/README.md`
2025-07-31 12:03:28 +01:00
Salman Chishti and GitHub
525ebf0c50
Merge pull request #2004 from AbhiPrasad/patch-1
...
fix link in `@actions/artifact` `RELEASES.md`
2025-04-09 15:34:10 +01:00
Salman Chishti and GitHub
930c890727
Merge pull request #1995 from actions/salmanmkc/2-new-cache-artifacts-release
...
Prepare Cache v4.0.3 & Artifact v2.3.2 releases
2025-03-17 21:22:10 +00:00
Salman Chishti and GitHub
a410c4a9cf
remove extra brace
2025-03-17 17:14:25 +00:00
Salman Chishti and GitHub
10277d48ca
Add update to release doc, as will include it in this release
2025-03-17 17:12:32 +00:00
Salman Chishti and GitHub
c40bccc9c3
Use patch instead of minor
2025-03-17 14:08:42 +00:00
Salman Chishti and GitHub
ff4d4afef8
shared instead of secure
2025-03-17 12:48:56 +00:00
Salman Chishti and GitHub
4d4bbebd6a
update package-lock.json
2025-03-17 12:47:54 +00:00
Salman Chishti and GitHub
261fcae498
change it to minor version instead of patch
2025-03-17 12:44:51 +00:00
Salman Chishti and GitHub
4059d2af66
update versions for cache and artifact
2025-03-17 12:09:16 +00:00
Salman Chishti and GitHub
2559a2ac8a
Merge pull request #1982 from actions/salmanmkc/obfuscate-sas
...
Remove logging of any SAS tokens in Actions/Cache and Actions/Artifact
2025-03-17 11:47:29 +00:00
Salman Chishti
957d42e6c5
add encoding back with extra tests
2025-03-14 06:38:57 -07:00