You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`context` An object containing partial [context of the workflow run](./src/context.ts)
17
16
-`core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/main/packages/core) package
18
17
-`glob` A reference to the [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) package
19
18
-`io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/main/packages/io) package
@@ -33,6 +32,11 @@ documentation.
33
32
34
33
## Breaking Changes
35
34
35
+
### V8
36
+
37
+
Version 8 of this action upgraded `@octokit/core` from v5 to v7, which could impact scripts that would
38
+
be impacted by those breaking changes.
39
+
36
40
### V7
37
41
38
42
Version 7 of this action updated the runtime to Node 20 - https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions
0 commit comments