Skip to content

ci(dependabot): bump the github-actions group with 3 updates#1006

Merged
TimMonko merged 1 commit intomainfrom
dependabot/github_actions/github-actions-2579bd5a51
May 1, 2026
Merged

ci(dependabot): bump the github-actions group with 3 updates#1006
TimMonko merged 1 commit intomainfrom
dependabot/github_actions/github-actions-2579bd5a51

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the github-actions group with 3 updates: toshimaru/auto-author-assign, gregsdennis/dependencies-action and actions/github-script.

Updates toshimaru/auto-author-assign from 3.0.1 to 3.0.2

Release notes

Sourced from toshimaru/auto-author-assign's releases.

v3.0.2

What's Changed

Dependencies

Others

Full Changelog: toshimaru/auto-author-assign@v3.0.1...v3.0.2

Changelog

Sourced from toshimaru/auto-author-assign's changelog.

Changelog

3.0.2 (2026-04-27)

Miscellaneous Chores

3.0.1 (2025-12-25)

Miscellaneous Chores

3.0.0 (2025-12-21)

Features

  • Add npm run package instead of build (#130) (972720f)

Miscellaneous Chores

2.1.2 (2025-12-16)

2.1.1 (2024-06-26)

2.1.0 (2024-01-17)

2.0.1 (2023-09-26)

2.0.0 (2023-09-24)

1.6.2 (2023-01-03)

  • chore: dependencies update

1.6.1 (2022-08-01)

  • doc: README Update

1.6.0 (2022-07-28)

  • feat: Add auto-author-assign for the issues

... (truncated)

Commits
  • bdd7688 chore(main): release 3.0.2 (#164)
  • 658b95b chore: release 3.0.2
  • c14bd3b build(deps): bump googleapis/release-please-action from 4 to 5 (#165)
  • ca59fc3 chore: release 3.0.2
  • 725d1cb build(deps): bump @​actions/github from 6.0.1 to 9.1.1 (#160)
  • 88a48cc build(deps): bump @​actions/core from 2.0.1 to 3.0.1 (#150)
  • 6a5f2a2 build(deps-dev): bump rollup from 4.60.1 to 4.60.2 (#162)
  • 7dbebfb build(deps): bump picomatch from 4.0.3 to 4.0.4 (#157)
  • 4958889 build(deps-dev): bump rollup from 4.60.0 to 4.60.1 (#159)
  • 40b6455 build(deps-dev): bump rollup from 4.54.0 to 4.60.0 (#155)
  • Additional commits viewable in compare view

Updates gregsdennis/dependencies-action from 1.4.1 to 1.4.2

Release notes

Sourced from gregsdennis/dependencies-action's releases.

v1.4.2

Updates node version from 20 to 24.

Commits
  • a8cccab Merge pull request #30 from yats/upgrade/node-version
  • e7a810f chore(): Upgrade node version, per github warning message : Warning: Node.js ...
  • 7c996e2 update readme with permissions details
  • See full diff in compare view

Updates actions/github-script from 8.0.0 to 9.0.0

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 3 updates: [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign), [gregsdennis/dependencies-action](https://github.com/gregsdennis/dependencies-action) and [actions/github-script](https://github.com/actions/github-script).


Updates `toshimaru/auto-author-assign` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases)
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md)
- [Commits](toshimaru/auto-author-assign@4d585cc...bdd7688)

Updates `gregsdennis/dependencies-action` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/gregsdennis/dependencies-action/releases)
- [Commits](gregsdennis/dependencies-action@ae6e052...a8cccab)

Updates `actions/github-script` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@ed59741...3a2844b)

---
updated-dependencies:
- dependency-name: toshimaru/auto-author-assign
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: gregsdennis/dependencies-action
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
@github-actions github-actions Bot added the maintenance CI, dependencies, and other maintenance label May 1, 2026
@TimMonko TimMonko added this to the 0.7.1 milestone May 1, 2026
@TimMonko TimMonko merged commit 928d7de into main May 1, 2026
19 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/github-actions-2579bd5a51 branch May 1, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code maintenance CI, dependencies, and other maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant