Bump toolkit version, add release notes

This commit is contained in:
Joshua Brooks
2026-05-01 17:38:16 +00:00
parent f6e2bb745a
commit ad7d6fb853
6 changed files with 28 additions and 6 deletions
+12
View File
@@ -1,5 +1,17 @@
# @actions/artifact Releases # @actions/artifact Releases
## 6.2.2
- Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)):
- `@actions/core` to `^3.0.1`
- `@actions/github` to `^9.1.1`
- `@actions/http-client` to `^4.0.1`
- `@azure/storage-blob` to `^12.31.0`
- `@octokit/plugin-retry` to `^8.1.0`
- `@octokit/request` to `^10.0.8`
- `@protobuf-ts/runtime` to `^2.11.1`
- Move `@protobuf-ts/plugin` to `devDependencies`
## 6.2.1 ## 6.2.1
- Support the RFC 5987 `filename*` field in the `content-disposition` header. This allows us to correctly download files and artifacts with Chinese/Japanese/Korean (among other) characters in their name. - Support the RFC 5987 `filename*` field in the `content-disposition` header. This allows us to correctly download files and artifacts with Chinese/Japanese/Korean (among other) characters in their name.
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@actions/artifact", "name": "@actions/artifact",
"version": "6.2.1", "version": "6.2.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@actions/artifact", "name": "@actions/artifact",
"version": "6.2.1", "version": "6.2.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^3.0.1", "@actions/core": "^3.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@actions/artifact", "name": "@actions/artifact",
"version": "6.2.1", "version": "6.2.2",
"preview": true, "preview": true,
"description": "Actions artifact lib", "description": "Actions artifact lib",
"keywords": [ "keywords": [
+10
View File
@@ -1,5 +1,15 @@
# @actions/cache Releases # @actions/cache Releases
## 6.0.1
- Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)):
- `@actions/core` to `^3.0.1`
- `@actions/http-client` to `^4.0.1`
- `@actions/io` to `^3.0.2`
- `@azure/core-rest-pipeline` to `^1.23.0`
- `@azure/storage-blob` to `^12.31.0`
- `semver` to `^7.7.4`
## 6.0.0 ## 6.0.0
- **Breaking change**: Package is now ESM-only - **Breaking change**: Package is now ESM-only
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@actions/cache", "name": "@actions/cache",
"version": "6.0.0", "version": "6.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@actions/cache", "name": "@actions/cache",
"version": "6.0.0", "version": "6.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^3.0.1", "@actions/core": "^3.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@actions/cache", "name": "@actions/cache",
"version": "6.0.0", "version": "6.0.1",
"description": "Actions cache lib", "description": "Actions cache lib",
"keywords": [ "keywords": [
"github", "github",