Prepare @actions/core 2.0.0 release

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-31 15:52:21 +00:00
parent dcae869a03
commit 1bcc453b44
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
# @actions/core Releases
### 1.11.1
## 2.0.0
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
- Bump @actions/http-client from 2.0.1 to 3.0.0
## 1.11.1
- Fix uses of `crypto.randomUUID` on Node 18 and earlier [#1842](https://github.com/actions/toolkit/pull/1842)
### 1.11.0
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.11.1",
"version": "2.0.0",
"description": "Actions core lib",
"keywords": [
"github",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1"
"@actions/http-client": "^3.0.0"
},
"devDependencies": {
"@types/node": "^16.18.112"