release new versions for a few packages

This commit is contained in:
Aiqiao Yan
2026-04-21 17:15:02 +00:00
parent 36d90eb54c
commit 0607d7a54b
12 changed files with 30 additions and 12 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/core Releases
## 3.0.1
- Bump `undici` from `6.23.0` to `6.24.1` [#2348](https://github.com/actions/toolkit/pull/2348)
## 3.0.0
- **Breaking change**: Package is now ESM-only
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/core",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/core",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"dependencies": {
"@actions/exec": "^3.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "3.0.0",
"version": "3.0.1",
"description": "Actions core lib",
"keywords": [
"github",