Skip to content

Commit 75213a4

Browse files
Bump @actions/core from 1.10.1 to 3.0.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 3.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c21ca50 commit 75213a4

2 files changed

Lines changed: 36 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"license": "Apache-2.0",
2626
"dependencies": {
27-
"@actions/core": "^1.10.1",
27+
"@actions/core": "^3.0.0",
2828
"@docker/actions-toolkit": "^0.65.0",
2929
"uuid": "^10.0.0"
3030
},

yarn.lock

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@protobuf-ts/runtime-rpc" "^2.11.1"
5252
semver "^6.3.1"
5353

54-
"@actions/core@^1.10.0", "@actions/core@^1.10.1", "@actions/core@^1.11.1", "@actions/core@^1.2.6":
54+
"@actions/core@^1.10.0", "@actions/core@^1.11.1", "@actions/core@^1.2.6":
5555
version "1.11.1"
5656
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172"
5757
integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==
@@ -67,6 +67,14 @@
6767
"@actions/exec" "^2.0.0"
6868
"@actions/http-client" "^3.0.1"
6969

70+
"@actions/core@^3.0.0":
71+
version "3.0.0"
72+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-3.0.0.tgz#89cb07c119e9b46a649ad5f355e77de9b3108cf8"
73+
integrity sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==
74+
dependencies:
75+
"@actions/exec" "^3.0.0"
76+
"@actions/http-client" "^4.0.0"
77+
7078
"@actions/exec@^1.0.0", "@actions/exec@^1.0.1", "@actions/exec@^1.1.1":
7179
version "1.1.1"
7280
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
@@ -81,6 +89,13 @@
8189
dependencies:
8290
"@actions/io" "^2.0.0"
8391

92+
"@actions/exec@^3.0.0":
93+
version "3.0.0"
94+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-3.0.0.tgz#8c3464d20f0aa4068707757021d7e3c01a7ee203"
95+
integrity sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==
96+
dependencies:
97+
"@actions/io" "^3.0.2"
98+
8499
"@actions/github@^6.0.1":
85100
version "6.0.1"
86101
resolved "https://registry.yarnpkg.com/@actions/github/-/github-6.0.1.tgz#76e5f96df062c90635a7181ef45ff1c4ac21306e"
@@ -115,15 +130,7 @@
115130
"@actions/core" "^1.2.6"
116131
minimatch "^3.0.4"
117132

118-
"@actions/http-client@^2.0.1", "@actions/http-client@^2.2.0":
119-
version "2.2.2"
120-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.2.tgz#4fd561ee9b5b8ebf74cf09cc6c596a677337e382"
121-
integrity sha512-2TvX5LskKQzDDQI+bobIDGAjkn0NJiQlg4MTrKnZ8HfQ7nDEUbtJ1ytxPDb2bfk3Hr2XD99X8oAJISAmIoiSAQ==
122-
dependencies:
123-
tunnel "^0.0.6"
124-
undici "^5.25.4"
125-
126-
"@actions/http-client@^2.1.0", "@actions/http-client@^2.1.1", "@actions/http-client@^2.2.3":
133+
"@actions/http-client@^2.0.1", "@actions/http-client@^2.1.0", "@actions/http-client@^2.1.1", "@actions/http-client@^2.2.0", "@actions/http-client@^2.2.3":
127134
version "2.2.3"
128135
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674"
129136
integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==
@@ -139,6 +146,14 @@
139146
tunnel "^0.0.6"
140147
undici "^5.28.5"
141148

149+
"@actions/http-client@^4.0.0":
150+
version "4.0.0"
151+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-4.0.0.tgz#f9754133c22802466482bf96321d42f2dba1fc82"
152+
integrity sha512-QuwPsgVMsD6qaPD57GLZi9sqzAZCtiJT8kVBCDpLtxhL5MydQ4gS+DrejtZZPdIYyB1e95uCK9Luyds7ybHI3g==
153+
dependencies:
154+
tunnel "^0.0.6"
155+
undici "^6.23.0"
156+
142157
"@actions/io@^1.0.1", "@actions/io@^1.1.1", "@actions/io@^1.1.3":
143158
version "1.1.3"
144159
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
@@ -149,6 +164,11 @@
149164
resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b"
150165
integrity sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==
151166

167+
"@actions/io@^3.0.2":
168+
version "3.0.2"
169+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-3.0.2.tgz#6f89b27a159d109836d983efa283997c23b92284"
170+
integrity sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==
171+
152172
"@actions/tool-cache@^2.0.2":
153173
version "2.0.2"
154174
resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-2.0.2.tgz#49ff20b0352aeac5411988e88435e47144fabb3e"
@@ -4769,6 +4789,11 @@ undici@^5.25.4, undici@^5.28.5:
47694789
dependencies:
47704790
"@fastify/busboy" "^2.0.0"
47714791

4792+
undici@^6.23.0:
4793+
version "6.23.0"
4794+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.23.0.tgz#7953087744d9095a96f115de3140ca3828aff3a4"
4795+
integrity sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==
4796+
47724797
unique-filename@^4.0.0:
47734798
version "4.0.0"
47744799
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-4.0.0.tgz#a06534d370e7c977a939cd1d11f7f0ab8f1fed13"

0 commit comments

Comments
 (0)