Explicitly import crypto (#1842)

* Explicitly import `crypto`

* Add release notes for 1.11.1

* Fix crypto mock in test

* Fix `crypto` mock

* Lint
This commit is contained in:
Josh Gross
2024-10-04 17:23:42 -04:00
committed by GitHub
parent 22a72ac3d7
commit d14afd7973
7 changed files with 22 additions and 15 deletions
+3
View File
@@ -1,5 +1,8 @@
# @actions/core Releases
### 1.11.1
- Fix uses of `crypto.randomUUID` on Node 18 and earlier [#1842](https://github.com/actions/toolkit/pull/1842)
### 1.11.0
- Add platform info utilities [#1551](https://github.com/actions/toolkit/pull/1551)
- Remove dependency on `uuid` package [#1824](https://github.com/actions/toolkit/pull/1824)