⚙️ Fixes an issue where updating a pull request leads to the error Cannot read properties of undefined (reading 'number'). This was likely caused by GitHub fixing a long standing bug with an API endpoint, resulting in a breaking change.
The default values for author and committer have changed. See "What's new" below for details. If you are overriding the default values you will not be affected by this change.
On completion, the action now removes the temporary git remote configuration it adds when using push-to-fork. This should not affect you unless you were using the temporary configuration for some other purpose after the action completes.
What's new
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.
The default value for author has been changed to ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>. The change adds the ${{ github.actor_id }}+ prefix to the email address to align with GitHub's standard format for the author email address.
The default value for committer has been changed to github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>. This is to align with the default GitHub Actions bot user account.
Adds input git-token, the Personal Access Token (PAT) that the action will use for git operations. This input defaults to the value of token. Use this input if you would like the action to use a different token for git operations than the one used for the GitHub API.
push-to-fork now supports pushing to sibling repositories in the same network.
Previously, when using push-to-fork, the action did not remove temporary git remote configuration it adds during execution. This has been fixed and the configuration is now removed when the action completes.
If the pull request body is truncated due to exceeding the maximum length, the action will now suffix the body with the message "...[Pull request body truncated]" to indicate that the body has been truncated.
The action now uses --unshallow only when necessary, rather than as a default argument of git fetch. This should improve performance, particularly for large git repositories with extensive commit history.
The action can now be executed on one GitHub server and create pull requests on a different GitHub server. Server products include GitHub hosted (github.com), GitHub Enterprise Server (GHES), and GitHub Enterprise Cloud (GHEC). For example, the action can be executed on GitHub hosted and create pull requests on a GHES or GHEC instance.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the github-actions group with 7 updates:
4.0.0
4.0.2
5.0.0
6.0.0
2.0.0
3.0.0
5.4.0
5.5.1
3.0.0
3.1.0
3.7.13
4.0.2
5.0.2
6.0.1
Updates
actions/setup-node
from 4.0.0 to 4.0.2Release notes
Sourced from actions/setup-node's releases.
Commits
60edb5d
Add support for arm64 Windows (#927)d86ebcd
Add support forvolta.extends
(#921)b39b52d
Fix node-version-file interprets entire package.json as a version (#865)7247617
Addpackage.json
tonode-version-file
list of examples. (#879)f3ec4ca
Fix README.md (#898)ec97f37
Add fix for cache (#917)5ef044f
Update reusable workflows to use Node.js v20 (#889)c45882a
update to setup-node@v4 in docs (#884)ee36e8b
Ignore engines check in Yarn 1 e2e-cache tests (#882)Updates
streetsidesoftware/cspell-action
from 5.0.0 to 6.0.0Release notes
Sourced from streetsidesoftware/cspell-action's releases.
... (truncated)
Changelog
Sourced from streetsidesoftware/cspell-action's changelog.
... (truncated)
Commits
214db1e
chore(main): release 6.0.0 (#1587)56026f8
fix: Workflow Bot -- Update ALL Dependencies (main) (#1604)3589070
feat: Supportconfig.files
filtering. (#1605)377b602
feat: Update CSpell version (8.5.0) (#1610)491994e
chore: fix codecov upload (#1602)896ade4
chore: clean up dependencies (#1601)7962af3
fix: Workflow Bot -- Update ALL Dependencies (main) (#1597)f10d619
fix: Update Dictionaries and Dependencies (#1599)d1131f2
chore: fix build and a bit of clean-up. (#1600)5d97173
feat!: Use locally installedgit
to determine file changes. (#1596)Updates
andstor/file-existence-action
from 2.0.0 to 3.0.0Release notes
Sourced from andstor/file-existence-action's releases.
Commits
076e007
Update build.yml40a4313
3.0.005baca1
Merge pull request #144 from raminqaf/dep/update-node-20d591c26
update worklow versions1ed29c7
update lock.json3f9b458
update package.json94db14c
update checkout version in readme927e580
Replace Node.js 16 with Node.js 20Updates
docker/metadata-action
from 5.4.0 to 5.5.1Release notes
Sourced from docker/metadata-action's releases.
Commits
8e5442c
Merge pull request #382 from crazy-max/dont-set-cwd-prefixeda41b7
chore: update generated content388c08f
don't set cwd:// prefix for local bake filesdbef880
Merge pull request #374 from docker/dependabot/npm_and_yarn/moment-timezone-0...b73e7a7
chore: update generated contentb9fba69
chore(deps): Bump moment-timezone from 0.5.43 to 0.5.44ac82374
Merge pull request #373 from docker/dependabot/npm_and_yarn/moment-2.30.1c92519a
chore: update generated content3b4179d
chore(deps): Bump moment from 2.29.4 to 2.30.10784993
Merge pull request #371 from docker/dependabot/npm_and_yarn/docker/actions-to...Updates
docker/setup-buildx-action
from 3.0.0 to 3.1.0Release notes
Sourced from docker/setup-buildx-action's releases.
Commits
0d103c3
Merge pull request #300 from crazy-max/cache-binaryf19477a
chore: update generated contenta4180f8
cache-binary input to enable/disable caching binary to GHA cache backend5243153
Merge pull request #299 from docker/dependabot/npm_and_yarn/docker/actions-to...3679a54
chore: update generated content37a22a2
build(deps): bump@docker/actions-toolkit
from 0.14.0 to 0.17.065afe61
Merge pull request #297 from docker/dependabot/npm_and_yarn/undici-5.28.3fcb8f72
chore: update generated contentf62b9a1
Merge pull request #298 from crazy-max/bump-gha74c5b71
bump codecov/codecov-action from 3 to 4Updates
google-github-actions/release-please-action
from 3.7.13 to 4.0.2Release notes
Sourced from google-github-actions/release-please-action's releases.
Changelog
Sourced from google-github-actions/release-please-action's changelog.
Commits
cc61a07
chore(main): release 4.0.2 (#909)8bf1247
chore: build dist (#908)2a496d1
fix: log release-please version (#910)ba1c241
docs: fix small typo in README.md (#907)df71963
fix: bump release-please from 16.4.0 to 16.5.0 (#905)a2d8d68
chore(main): release 4.0.1 (#899)650da25
cleanup: use built-in release-please types (#900)6908db2
chore: build dist (#898)2463dad
fix: bump release-please from 16.3.1 to 16.4.0 (#897)18e07cc
docs: update versions in readme.md (#893)Updates
peter-evans/create-pull-request
from 5.0.2 to 6.0.1Release notes
Sourced from peter-evans/create-pull-request's releases.
... (truncated)
Commits
a4f52f8
fix: list pulls using the correct head format (#2792)853c071
build(deps-dev): bump eslint from 8.56.0 to 8.57.0 (#2781)d2c126e
build(deps-dev): bump@types/node
from 18.19.17 to 18.19.18 (#2780)43d39c6
build(deps-dev): bump@types/node
from 18.19.15 to 18.19.17 (#2768)5a9d206
build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 (#2769)e0743ed
build(deps-dev): bump@types/node
from 18.19.14 to 18.19.15 (#2759)e1529cb
build(deps): bump peter-evans/create-pull-request from 5 to 6 (#2747)aad52e8
build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 (#2748)a64ebdd
build(deps-dev): bump@types/node
from 18.19.10 to 18.19.14 (#2732)51b40af
build(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#2731)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show