There is a small issue in the step name for creating major/minor tags.
Although it's not critical and doesn't impact any functionality, keeping
a valid name in the step would be ideal.
Note: The documentation in `README.md` for creating major/minor tags is
correct.
release-please already adds the `autorelease:pending` label
It has been failing for quite awhile with:
```
SyntaxError: missing ) after argument list
at new AsyncFunction (<anonymous>)
at callAsyncFunction (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:7514:16)
Error: Unhandled error: SyntaxError: missing ) after argument list
at main (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:7541:26)
at Module.720 (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:7525:1)
at __webpack_require__ (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:24:31)
at startup (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:43:[19](https://github.com/google-github-actions/release-please-action/actions/runs/7064411294/job/19232404141#step:3:20))
at /home/runner/work/_actions/actions/github-script/v3/dist/index.js:49:18
at Object.<anonymous> (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:52:10)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1[25](https://github.com/google-github-actions/release-please-action/actions/runs/7064411294/job/19232404141#step:3:26)2:10)
```
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.
Please describe your change and any implementation details below.
-->
Any advanced configuration should be done via a
release-please-config.json.
Fixes#859Fixes#858Fixes#857Fixes#852
feat!: remove most configuration options in favor of manifest
configuration to configure the release-please-action
refactor!: rewrite in typescript
feat!: remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
feat!: run on node20
deps!: upgrade release-please to v16