Skip to content

Bump the github-actions group with 2 updates - #2565

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/github-actions-119f178ccd
Closed

Bump the github-actions group with 2 updates#2565
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/github-actions-119f178ccd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates: EndBug/add-and-commit and ataylorme/eslint-annotate-action.

Updates EndBug/add-and-commit from 10.0.0 to 11.0.0

Release notes

Sourced from EndBug/add-and-commit's releases.

v11.0.0

What's Changed

Full Changelog: EndBug/add-and-commit@v10.0.0...v11.0.0

Commits
  • 645ecc0 11.0.0
  • 06e788f fix: neutralize bidi and control chars in action logs (#763)
  • 68ec86a ci: pin actions-tagger and restrict release workflow permissions (#762)
  • f1bb0cc fix: do not report committed=true for empty commit SHA (#757)
  • ebc24bf fix: refuse unexpected gitlinks staged by git add (#761)
  • 75038f8 fix: reject unmatched quotes in matchGitArgs to prevent flag injection (#760)
  • d07c930 fix: reject -F/--file git args that can exfiltrate runner files (#759)
  • 0971289 fix: stop logging full git config (credential leak) (#758)
  • c38a33b fix: verify committed lib/ matches source in CI (#756)
  • b4a0134 fix: prevent git option injection via new_branch (#755)
  • Additional commits viewable in compare view

Updates ataylorme/eslint-annotate-action from 3.0.0 to 4.0.0

Release notes

Sourced from ataylorme/eslint-annotate-action's releases.

v4.0.0

Breaking Changes

Requires Node 24

What's Changed

New Contributors

Full Changelog: ataylorme/eslint-annotate-action@3.0.0...4.0.0

v4.0.0-beta.1

First beta of the major v4 rewrite. Please test and report any issues!

Use it in your workflow:

- uses: ataylorme/eslint-annotate-action@v4.0.0-beta.1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    report-json: eslint_report.json

Your workflow also needs:

permissions:
  checks: write
  pull-requests: read  # only needed with only-pr-files: true or post-comment: true

Breaking changes

  • Requires Node 24 — add actions/setup-node with node-version: '24' if your runner doesn't have it
  • github-token input is now required (explicit auth replacing @octokit/action)

Bug fixes

  • Fix crash when GITHUB_WORKSPACE is unset (#82, thanks @​thefrosty)
  • Throw a clear error when the report glob matches no files (#93, thanks @​joprice)
  • Warnings now correctly annotated at warning level instead of failure (#80, thanks @​vldslv-a)
  • Fix null ruleId crash for fatal parse errors and --report-unused-disable-directives

New inputs

Input Default Description
neutral-on-warning false Set check conclusion to neutral (not success) when only warnings exist (#89, thanks @​jessetan)
post-comment false Post/update a sticky PR comment with the ESLint summary (#90, thanks @​jessetan)

Tooling

  • Replaced @vercel/ncc with rollup for bundling
  • ESLint v9 flat config

... (truncated)

Changelog

Sourced from ataylorme/eslint-annotate-action's changelog.

4.0.0 - CONTAINS BREAKING CHANGES

  • Runs using Node 24

3.0.0 - CONTAINS BREAKING CHANGES

  • Rename the repo-token input to GITHUB_TOKEN
  • Run the Action itself on Node 20 instead of Node 16
  • Truncate summary if too long
  • Only add changed file to markdown summary if only changed files is true
  • Use @octokit/action instead of actions-toolkit
  • Use ESLint types from @types/eslint instead of custom types
  • Default line to 1 if it's not present
Commits
  • 5a8d8ab fix: align github-token input name across action.yml, constants, and tests
  • 6a1440a chore: update @​actions dependencies to latest major versions
  • 039ba93 docs: update README for v4
  • 03bec51 fix: resolve ESLint v9 config issues and auto-format all source files
  • 37d0663 fix: mock constants in getAnalyzedReport tests to fix CI SHA mismatch
  • 9438e67 feat!: v4 — Node 24, ESM, rollup, @​actions/toolkit, bug fixes, new features
  • 4ef6269 Node 24
  • 21a1ba0 Add required permission to README.md (#84)
  • See full diff 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 2 updates: [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) and [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action).


Updates `EndBug/add-and-commit` from 10.0.0 to 11.0.0
- [Release notes](https://github.com/endbug/add-and-commit/releases)
- [Commits](EndBug/add-and-commit@290ea2c...645ecc0)

Updates `ataylorme/eslint-annotate-action` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/ataylorme/eslint-annotate-action/releases)
- [Changelog](https://github.com/ataylorme/eslint-annotate-action/blob/v4/CHANGELOG.md)
- [Commits](ataylorme/eslint-annotate-action@d57a119...5a8d8ab)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: ataylorme/eslint-annotate-action
  dependency-version: 4.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 the dependencies Pull requests that update a dependency file label Aug 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 17, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/develop/github-actions-119f178ccd branch August 17, 2026 08:01
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants