Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps calibreapp/image-actions from 1.1.0 to 1.2.0.

Release notes

Sourced from calibreapp/image-actions's releases.

1.2.0

It's been 5 years since the last release of image-actions. Image-actions was authored before GitHub Actions used YML, and before GitHub had packages like @actions/core, @actions/github and @octokit/action to ease authoring of Actions.

Since then, image-actions has been executed millions of times(!) and is used by a large number of people.

Personally, I'm not using image-actions often as I usually rely on image CDNs to optimise images on the fly. As a result of this, image-actions lagged on releases and fell behind on dependencies. Until today :-)

This maintenance release includes many changes and fixes, including:

  • Make use of @​actions/core, @​actions/github & octokit/action instead of legacy lib code
  • Updates all dependencies to latest
  • Update to Node 22
  • Runs TSC, Lint & Format check in CI
  • Removes TSC build, replaces with Experimental Node TS type stripping
  • Prepares for a more expected versioning & release process
  • Adds @​alexdupre's minPctChange configuration option (set to 5% by default)
  • Drops dependencies where possible
  • Changes default compression settings for better image visuals
  • Throttles requests to GitHub, reducing failures for large change sets
  • Limits to a maximum of 500 images changed per Pull Request
  • Truncates markdown report to list a maximum of 25 images
  • (Probably) supports ARM64 and other architectures (By switching to Docker build over 1 pre-built image)

Thanks to everyone who uses image-actions and community members who helped support up until now.

@​benschwarz

Commits
  • 196c42f Add link to throttling limits, improve summary text
  • b299a36 Rate-limit commit blobs for large changesets
  • e8ae6e2 Github token is no longer an input
  • c8da184 Format
  • ed1bf85 Limit to maximum of 500 images
  • f89b153 Use named arguments, fix tsc
  • 4464166 Only display 25 images in optimisation list
  • 4eb7bdf Merge pull request #337 from calibreapp/modernised-toolchain
  • 31fc7eb Update tests for updated env
  • 81b10e0 Run tsc, lint & format check in CI
  • Additional commits viewable 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 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 [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/calibreapp/image-actions/releases)
- [Commits](calibreapp/image-actions@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: calibreapp/image-actions
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2025

Labels

The following labels could not be found: maintenance, skip-changelog. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@seisman seisman merged commit 5f7eebb into main Aug 27, 2025
2 checks passed
@seisman seisman deleted the dependabot/github_actions/calibreapp/image-actions-1.2.0 branch August 27, 2025 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants