Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps actions/setup-java from 4 to 5.

Release notes

Sourced from actions/setup-java's releases.

v5.0.0

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades

Bug Fixes

New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

v4.7.1

What's Changed

Documentation changes

Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

What's Changed

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 26, 2025
@kou
Copy link
Member

kou commented Aug 26, 2025

@headius Do you think that the failures are related to actions/setup-java change?

https://github.com/ruby/strscan/actions/runs/17224794760/job/48867278510?pr=161#step:4:76

Installing gem 'ruby-maven-libs' . . .

using maven for the first time results in maven
downloading all its default plugin and can take time.
as those plugins get cached on disk and further execution
of maven is much faster then the first time.

      org.snakeyaml:snakeyaml-engine:2.9:compile
--- ERROR REPORT TEMPLATE -------------------------------------------------------

Errno::ENOENT: No such file or directory - /Users/runner/work/strscan/strscan/vendor/bundle/jruby/3.4.0/gems/ruby-maven-libs-3.9.9/maven-home/lib/httpclient-4.5.14.jar
org/jruby/RubyFile.java:557:in 'chmod'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/fileutils.rb:2212:in 'chmod'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/fileutils.rb:1809:in 'block in chmod'
org/jruby/RubyArray.java:2088:in 'each'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/fileutils.rb:1808:in 'chmod'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package.rb:455:in 'block in extract_tar_gz'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package/tar_reader.rb:65:in 'each'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package.rb:423:in 'block in extract_tar_gz'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package.rb:547:in 'block in open_tar_gz'
org/jruby/ext/zlib/RubyGzipFile.java:98:in 'wrap'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package.rb:544:in 'open_tar_gz'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package.rb:422:in 'extract_tar_gz'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package.rb:396:in 'block in extract_files'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package/tar_reader.rb:65:in 'each'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package.rb:393:in 'block in extract_files'
org/jruby/RubyIO.java:1283:in 'open'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package/file_source.rb:30:in 'with_read_io'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/package.rb:390:in 'extract_files'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/rubygems/installer.rb:853:in 'extract_files'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/rubygems_gem_installer.rb:27:in 'block in install'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/shared_helpers.rb:105:in 'filesystem_access'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/rubygems_gem_installer.rb:26:in 'install'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/source/rubygems.rb:220:in 'install'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/installer/gem_installer.rb:55:in 'install'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/installer/gem_installer.rb:17:in 'install_from_spec'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/installer/parallel_installer.rb:133:in 'do_install'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/installer/parallel_installer.rb:124:in 'block in worker_pool'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/worker.rb:62:in 'apply_func'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/worker.rb:57:in 'block in process_queue'
org/jruby/RubyKernel.java:1657:in 'loop'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/worker.rb:54:in 'process_queue'
/Users/runner/.rubies/jruby-10.0.2.0/lib/ruby/stdlib/bundler/worker.rb:90:in 'block in create_threads'

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.

1 participant