dependabot[bot]
06bca4509d
chore(deps): bump undici from 6.23.0 to 6.24.0 in /packages/artifact
...
Bumps [undici](https://github.com/nodejs/undici ) from 6.23.0 to 6.24.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v6.23.0...v6.24.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 6.24.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-14 04:17:32 +00:00
Daniel Kennedy
21229dc09e
Artifact: support downloading artifacts with CJK characters in their name ( #2341 )
...
* Artifact: support downloading artifacts with CJK characters in their name
* Fix some linting/PR comments
* One more linting fix
2026-03-11 09:30:15 -04:00
Zachary Taylor
49c3d09c01
Update error message
2026-02-26 14:28:46 -05:00
Daniel Kennedy
6fe3c0f3e6
Artifact upload: support uploading single un-zipped files ( #2256 )
...
* Artifact upload: support uploading single un-zipped files
* Fix linters
* Fix lint again
* Fix tests
* Check for 0 sized artifact lists
* Add some more stream tests and handle an upload failure gracefully
* Add CI tests for non-zipped artifacts
* Add an html report to test rendering in the browser
* Fix linting issue
* Artifact: bump the version and add release notes
* Fix Windows tests
* Fix linting
* stream: switch the error details to error type
* Refactor the validation logic in `uploadArtifact` a bit
* Added more details about how the name parameter is handled
2026-02-25 11:01:38 -05:00
dependabot[bot]
8351a5d84d
chore(deps): bump fast-xml-parser in /packages/artifact ( #2285 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.3.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 16:26:32 -05:00
Daniel Kennedy
975fcbd402
Artifact download: don't unzip non-zip artifacts ( #2253 )
...
* Download artifact: don't extract the downloaded file if the content-type isn't a zip
* Remove unused `import`
* Add support for specifying whether to skip decompressing
* Prevent path traversal attacks
* Fix indenting
* Update packages/artifact/__tests__/download-artifact.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Parse the mime type out of the content-type header
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Fix some linting issues
* Swap `zip` for `application/zip-compressed`
* Test: negative check for malicious paths
* Increase the timeout on one of the tests
* Check the URL path for `.zip` to see if we can auto-decompress
* Fix linting issue
* Bump the package version and add release notes
* Remove `launch.json`
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-30 12:18:38 -05:00
Daniel Kennedy
5793b08cd9
@actions/artifact: convert to an ESM module (#2266 )
...
* `@actions/artifact`: convert to an ESM module
* Update the package-lock.json
* Undo the GHES ignores
* Fix the reference to `@actions/http-client` in the lock file
* Bump `@actions/core` to `3.0.0`
* Remove `jest.config.cjs`
* Import `OctoKitOptions` from `@octokit/core/types`
* Pull the package version from `package.json`
* Workaround getting the package version for the user-agent
* Fix the `archiver` import
* Fix linting
2026-01-29 09:52:09 -05:00
Daniel Kennedy
76339b5f68
Bump @actions/http-client and @actions/github on all packages
2026-01-27 13:31:31 -05:00
Lokesh Gopu
b77f226465
Merge pull request #2249 from actions/fix/upgrade-octokit-dependencies
...
upgrade octokit dependencies
2026-01-22 14:46:12 -05:00
Lokesh Gopu
f61ae48376
upgrade octokit dependencies
2026-01-22 11:59:59 -05:00
dependabot[bot]
bd561a6765
chore(deps): bump lodash from 4.17.21 to 4.17.23
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-22 00:03:54 +00:00
copilot-swe-agent[bot]
be4fdc505f
Fix package-lock.json to mark typescript as dev dependency
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-07 22:10:30 +00:00
copilot-swe-agent[bot]
dfc20acda2
Verify changes with tests - all package-specific tests passing
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-07 22:03:56 +00:00
copilot-swe-agent[bot]
dc1fec82a6
Update all packages to use @actions/http-client@^3.0.1 and bump patch versions
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-07 21:55:41 +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 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
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 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 Muin Kayser Chishti
3af0128b01
chore(artifact): bump dependencies for Node.js 24 support
2025-12-11 19:20:51 +00:00
Salman Muin Kayser Chishti
8883833d6d
chore: fix npm audit vulnerabilities (glob, js-yaml)
2025-12-08 21:14:00 +00:00
Daniel Kennedy
1388fd1cac
Artifact: prepare 4.0.0
2025-10-24 13:28:26 -04:00
Austen Stone
006d6978c1
linting
2025-10-22 11:44:21 -04:00
Austen Stone
02afeb1577
style: wrap ACTIONS_ARTIFACT_MAX_ARTIFACT_COUNT env var assignment for readability
2025-10-22 11:42:01 -04:00
Austen Stone
cbc06d6766
fix: ensure max artifact count variable is treated as a string
2025-10-22 07:47:51 -04:00
Austen Stone
9bb6708527
fix: remove redundant check for max artifact count variable
2025-10-22 07:41:31 -04:00
Austen Stone
be1151df02
Apply suggestion from @Link-
...
Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com >
2025-10-22 07:39:45 -04:00
Austen Stone
fea4f6b5c5
fix: resolve critical pagination bugs and add comprehensive testing
...
- Fix off-by-one error in pagination loop (< to <=) that prevented fetching last page
- Add Math.ceil() to maxNumberOfPages calculation for proper limit handling
- Replace hardcoded 2000 limit with configurable getMaxArtifactListCount()
- Add pagination test for multi-page artifact listing
- Add environment variable test for ACTIONS_ARTIFACT_MAX_ARTIFACT_COUNT
- Add comprehensive test coverage for getMaxArtifactListCount() function
Fixes compound bug where pagination and limit logic capped results at 900 artifacts instead of intended 1000.
2025-10-21 09:22:11 -04:00
functionstackx
fb592eec03
Update packages/artifact/src/internal/find/list-artifacts.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-17 18:05:06 -04:00
functionstackx
70e79399a2
fix: bumping max list artifact to 2k
2025-10-16 23:13:34 -04: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
88a490d2ce
override for node-fetch
2025-10-15 16:28:21 +01:00
Daniel Kennedy
9b4ee219ef
fix: only mock the cpus() function on the os module instead of the whole module
2025-10-15 16:26:39 +01:00
Daniel Kennedy
ee5d8970ad
Take a direct dependency on @azure/core-http
2025-10-15 16:26:39 +01:00
dependabot[bot]
2874e3a741
Bump the artifact-minor-patch group in /packages/artifact with 5 updates
...
Bumps the artifact-minor-patch group in /packages/artifact with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) | `1.10.0` | `1.11.1` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js ) | `12.15.0` | `12.28.0` |
| [@protobuf-ts/plugin](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/plugin ) | `2.9.1` | `2.11.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc ) | `0.25.4` | `0.28.13` |
| [typescript](https://github.com/microsoft/TypeScript ) | `5.2.2` | `5.9.2` |
Updates `@actions/core` from 1.10.0 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Updates `@azure/storage-blob` from 12.15.0 to 12.28.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md )
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.15.0...@azure/storage-blob_12.28.0 )
Updates `@protobuf-ts/plugin` from 2.9.1 to 2.11.1
- [Release notes](https://github.com/timostamm/protobuf-ts/releases )
- [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.11.1/packages/plugin )
Updates `typedoc` from 0.25.4 to 0.28.13
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.4...v0.28.13 )
Updates `typescript` from 5.2.2 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.9.2 )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: "@azure/storage-blob"
dependency-version: 12.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: "@protobuf-ts/plugin"
dependency-version: 2.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: typedoc
dependency-version: 0.28.13
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: typescript
dependency-version: 5.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-15 16:25:54 +01:00
Salman Muin Kayser Chishti
33a9b6c09c
update with dist updates
2025-10-15 16:22:51 +01:00
Daniel Kennedy
9b08f07cd3
Fix linting
2025-09-25 09:26:13 -04:00
Daniel Kennedy
d26e9423f4
Test: add a timeout test for downloading chunks from the stream
2025-09-25 09:11:38 -04:00
Daniel Kennedy
714f93aedc
Merge pull request #2124 from akashchi/reject-on-download-failure
...
[ARTIFACT] Reject download promise if timeout was reached
2025-09-25 09:06:20 -04:00
Andrei Kashchikhin
844423665b
lint
2025-09-25 10:53:34 +02:00
Daniel Kennedy
1db3130eb3
fix: only mock the cpus() function on the os module instead of the whole module
2025-09-24 20:01:53 -04:00
Daniel Kennedy
ca8a35d78f
Take a direct dependency on @azure/core-http
2025-09-24 16:46:53 -04:00
dependabot[bot]
f7f057193f
Bump the artifact-minor-patch group in /packages/artifact with 5 updates
...
Bumps the artifact-minor-patch group in /packages/artifact with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) | `1.10.0` | `1.11.1` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js ) | `12.15.0` | `12.28.0` |
| [@protobuf-ts/plugin](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/plugin ) | `2.9.1` | `2.11.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc ) | `0.25.4` | `0.28.13` |
| [typescript](https://github.com/microsoft/TypeScript ) | `5.2.2` | `5.9.2` |
Updates `@actions/core` from 1.10.0 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Updates `@azure/storage-blob` from 12.15.0 to 12.28.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md )
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.15.0...@azure/storage-blob_12.28.0 )
Updates `@protobuf-ts/plugin` from 2.9.1 to 2.11.1
- [Release notes](https://github.com/timostamm/protobuf-ts/releases )
- [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.11.1/packages/plugin )
Updates `typedoc` from 0.25.4 to 0.28.13
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.4...v0.28.13 )
Updates `typescript` from 5.2.2 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.9.2 )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: "@azure/storage-blob"
dependency-version: 12.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: "@protobuf-ts/plugin"
dependency-version: 2.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: typedoc
dependency-version: 0.28.13
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
- dependency-name: typescript
dependency-version: 5.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: artifact-minor-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-24 20:07:58 +00:00
Andrei Kashchikhin
7c689a5156
use error in both reject and destroy
2025-09-24 17:05:25 +02:00
Salman Muin Kayser Chishti
7aea3e735f
changes
2025-09-08 15:37:51 +01:00
Salman Muin Kayser Chishti
b738f10ef3
package updates
2025-09-04 15:15:02 +01:00