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
3. Create a `repo` scoped Personal Access Token (PAT) by following [this guide](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).
@@ -56,7 +56,7 @@ Command processing setup is complete! Now we need to setup command dispatch for
Copy file name to clipboardExpand all lines: docs/updating.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
-
## Updating from `v2` to `v3`
1
+
## Updating from `v3` to `v4`
2
2
3
3
### Breaking changes
4
4
5
5
- If using self-hosted runners or GitHub Enterprise Server, there are minimum requirements for `v4` to run. See "What's new" below for details.
6
6
7
7
### What's new
8
8
9
+
- Updated runtime to Node.js 20
10
+
- The action now requires a minimum version of [v2.308.0](https://github.com/actions/runner/releases/tag/v2.308.0) for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
11
+
12
+
## Updating from `v2` to `v3`
13
+
14
+
### Breaking changes
15
+
16
+
- If using self-hosted runners or GitHub Enterprise Server, there are minimum requirements for `v3` to run. See "What's new" below for details.
17
+
18
+
### What's new
19
+
9
20
- Updated runtime to Node.js 16
10
21
- The action now requires a minimum version of v2.285.0 for the [Actions Runner](https://github.com/actions/runner/releases/tag/v2.285.0).
11
22
- If using GitHub Enterprise Server, the action requires [GHES 3.4](https://docs.github.com/en/[email protected]/admin/release-notes) or later.
0 commit comments