Breaking changes
- The
add-paths
input no longer accepts-A
as a valid value. When committing all new and modified files theadd-paths
input should be omitted. - If using self-hosted runners or GitHub Enterprise Server, there are minimum requirements for
v4
to run. See "What's new" below for details.
What's new
- Updated runtime to Node.js 16
- The action now requires a minimum version of v2.285.0 for the Actions Runner.
- If using GitHub Enterprise Server, the action requires GHES 3.4 or later.
What's Changed
- README.md: Add word "permissions" to part on GITHUB_TOKEN by @hartwork in #1082
- docs: Document how to improve close-and-reopen user experience by @hartwork in #1084
- README.md: Skip follow-up steps if there is no pull request by @hartwork in #1083
- v4 by @peter-evans in #1099
New Contributors
Full Changelog: v3.14.0...v4.0.0