Releases: peter-evans/rebase
Releases · peter-evans/rebase
Rebase v3.1.0
What's Changed
- Bump peter-evans/create-or-update-comment from 3 to 4 by @dependabot in #145
- Bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #147
- Bump peter-evans/slash-command-dispatch from 3 to 4 by @dependabot in #146
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #148
- Bump ws from 7.5.9 to 7.5.10 by @dependabot in #149
- Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #150
- Accept options for the rebase command by @keichan34 in #151
New Contributors
- @keichan34 made their first contribution in #151
Full Changelog: v3.0.0...v3.1.0
Rebase v3.0.0
⚙️ Updated runtime to Node.js 20
- The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
What's Changed
- Bump actions/download-artifact from 3 to 4 by @dependabot in #143
- Update runtime to node 20 by @peter-evans in #144
Full Changelog: v2.1.0...v3.0.0
Rebase v2.1.0
What's Changed
- Support github enterprise by @peter-evans in #140
- 9 dependency updates by @dependabot
Full Changelog: v2.0.1...v2.1.0
Rebase v2.0.1
⚙️ Bumps @actions/core
to transition away from deprecated runner commands.
What's Changed
- Add workflow permissions by @peter-evans in #116
- Update vendor and package dependencies by @peter-evans in #120
- Replace use of any type by @peter-evans in #123
- 9 dependency updates by @dependabot and @github-actions
Full Changelog: v2.0.0...v2.0.1
Rebase v2.0.0
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
- Remove workflow by @peter-evans in #106
- Update runtime to node 16 by @peter-evans in #109
Full Changelog: v1.3.0...v2.0.0
Rebase v1.3.0
What's Changed
- Add include-labels feature by @peter-evans in #103
- Update distribution by @github-actions in #104
Full Changelog: v1.2.0...v1.3.0
Rebase v1.2.0
What's Changed
- Allow wildcard ref in head filter by @peter-evans in #96
- Update distribution by @github-actions in #97
- Exclude drafts by @peter-evans in #98
- Update distribution by @github-actions in #99
Full Changelog: v1.1.0...v1.2.0
Rebase v1.1.0
What's Changed
- Exclude labels by @peter-evans in #93
- Update distribution by @github-actions in #94
Full Changelog: v1.0.7...v1.1.0
Rebase v1.0.7
- Fixes an issue that occurs when a pull request cannot be rebased due to merge conflicts
Rebase v1.0.6
- Fixes an issue that occurred when the action encountered a pull request where the head repo and/or branch had been deleted prematurely.