Skip to content

chore(deps): bump ataylorme/eslint-annotate-action from 3.0.0 to 4.0.0 - #8239

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/ataylorme/eslint-annotate-action-4.0.0
Open

chore(deps): bump ataylorme/eslint-annotate-action from 3.0.0 to 4.0.0#8239
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/ataylorme/eslint-annotate-action-4.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps 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 compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ataylorme/eslint-annotate-action](https://github.com/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: ataylorme/eslint-annotate-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 28, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants