Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/artifact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/artifact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "5.0.1",
"version": "5.0.2",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@actions/core": "^2.0.0",
"@actions/github": "^6.0.1",
"@actions/http-client": "^3.0.0",
"@actions/http-client": "^3.0.1",
"@azure/storage-blob": "^12.29.1",
"@octokit/core": "^5.2.1",
"@octokit/plugin-request-log": "^1.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/attest/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @actions/attest Releases

### 2.2.0

- Bump @actions/core from 1.11.1 to 2.0.2
- Bump @actions/github from 6.0.0 to 7.0.0
- Bump @actions/http-client from 2.2.3 to 3.0.1

### 2.0.0

- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
Expand Down
51 changes: 26 additions & 25 deletions packages/attest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/attest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/attest",
"version": "2.1.0",
"version": "2.2.0",
"description": "Actions attestation lib",
"keywords": [
"github",
Expand Down Expand Up @@ -42,9 +42,9 @@
"undici": "^6.20.0"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.3",
"@actions/core": "^2.0.2",
"@actions/github": "^7.0.0",
"@actions/http-client": "^3.0.1",
"@octokit/plugin-retry": "^6.0.1",
"@sigstore/bundle": "^3.1.0",
"@sigstore/sign": "^3.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "5.0.1",
"version": "5.0.2",
"preview": true,
"description": "Actions cache lib",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"@actions/exec": "^2.0.0",
"@actions/glob": "^0.5.0",
"@protobuf-ts/runtime-rpc": "^2.11.1",
"@actions/http-client": "^3.0.0",
"@actions/http-client": "^3.0.1",
"@actions/io": "^2.0.0",
"@azure/abort-controller": "^1.1.0",
"@azure/core-rest-pipeline": "^1.22.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "2.0.1",
"version": "2.0.2",
"description": "Actions core lib",
"keywords": [
"github",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@actions/exec": "^2.0.0",
"@actions/http-client": "^3.0.0"
"@actions/http-client": "^3.0.1"
},
"devDependencies": {
"@types/node": "^16.18.112"
Expand Down
4 changes: 4 additions & 0 deletions packages/github/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @actions/github Releases

### 7.0.0

- Update to v3.0.1 of `@actions/http-client`

### 6.0.1

- Dependency updates [#2043](https://github.com/actions/toolkit/pull/2043)
Expand Down
15 changes: 8 additions & 7 deletions packages/github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/github",
"version": "6.0.1",
"version": "7.0.0",
"description": "Actions github lib",
"keywords": [
"github",
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/http-client": "^2.2.0",
"@actions/http-client": "^3.0.1",
"@octokit/core": "^5.0.1",
"@octokit/plugin-paginate-rest": "^9.2.2",
"@octokit/plugin-rest-endpoint-methods": "^10.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/tool-cache/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @actions/tool-cache Releases

### 3.0.0

- Update to v2.0.1 of `@actions/core`
- Update to v2.0.0 of `@actions/exec`
- Update to v3.0.1 of `@actions/http-client`
- Update to v2.0.0 of `@actions/io`

### 2.0.2

- Update `@actions/core` to v1.11.1 [#1872](https://github.com/actions/toolkit/pull/1872)
Expand Down
Loading
Loading