Add additional optional param to core.error

This commit is contained in:
Ryan Ghadimi
2025-03-27 17:03:39 +00:00
parent 930c890727
commit 1959adefa3
6 changed files with 267 additions and 15 deletions
+3
View File
@@ -1,5 +1,8 @@
# @actions/core Releases
### 1.12.0
- Adds optional functionality to `core.error` to allow for the logging of stack traces.
### 1.11.1
- Fix uses of `crypto.randomUUID` on Node 18 and earlier [#1842](https://github.com/actions/toolkit/pull/1842)