Skip to content

chore(deps): bump kemsakurai/action-pmd from 0.0.4 to 0.1.0#15

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/kemsakurai/action-pmd-0.1.0
Closed

chore(deps): bump kemsakurai/action-pmd from 0.0.4 to 0.1.0#15
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/kemsakurai/action-pmd-0.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 11, 2026

Bumps kemsakurai/action-pmd from 0.0.4 to 0.1.0.

Release notes

Sourced from kemsakurai/action-pmd's releases.

v0.1.0

🚀 Major Update: PMD 7.20.0 + Java 21 Migration

This release brings significant upgrades to the action-pmd GitHub Action, including PMD 7.20.0, Java 21, and Reviewdog v0.21.0. This is a breaking change release that requires migration for users upgrading from v1.x.

🎯 Key Highlights

  • PMD 7.20.0: Upgraded from 6.55.0 with new CLI syntax and improved analysis capabilities
  • Java 21 LTS: Now using Eclipse Temurin 21 Alpine for better performance and security
  • Reviewdog v0.21.0: Updated with modern API and improved reporting
  • Performance: Multi-stage Docker build reduces image size and build time
  • Incremental Analysis: New PMD cache support for faster CI runs (30-70% improvement)

🔥 Breaking Changes

Default Ruleset Changed

  • Old: rulesets/java/quickstart.xml (PMD 6.x format)
  • New: category/java/bestpractices.xml (PMD 7.x format)

PMD CLI Syntax Updated

  • Old: pmd -d <dir> -R <ruleset>
  • New: pmd check -d <dir> -R <ruleset>

Reviewdog API Modernization

  • Old: fail_on_error parameter (true/false)
  • New: fail_level parameter (none/any/info/warning/error)

Legacy Ruleset Paths Removed

PMD 7.x no longer supports old ruleset paths like:

  • rulesets/java/basic.xml
  • rulesets/java/quickstart.xml

Use category-based paths instead:

  • category/java/bestpractices.xml
  • category/java/errorprone.xml

✨ New Features

PMD Incremental Analysis Cache

Enable caching for faster subsequent runs:

- uses: kemsakurai/action-pmd@v0.1.0
  with:
    pmd_cache: '/tmp/pmd-cache/pmd.cache'
Commits

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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 11, 2026
Bumps [kemsakurai/action-pmd](https://github.com/kemsakurai/action-pmd) from 0.0.4 to 0.1.0.
- [Release notes](https://github.com/kemsakurai/action-pmd/releases)
- [Commits](kemsakurai/action-pmd@v0.0.4...v0.1.0)

---
updated-dependencies:
- dependency-name: kemsakurai/action-pmd
  dependency-version: 0.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 11, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2026

Looks like kemsakurai/action-pmd is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 12, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/kemsakurai/action-pmd-0.1.0 branch April 12, 2026 13:55
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 devops github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants