Skip to content

Bump carpentries/actions/comment-diff from 0.18.0 to 1.0.0 - #296

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/carpentries/actions/comment-diff-1.0.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/carpentries/actions/comment-diff-1.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps carpentries/actions/comment-diff from 0.18.0 to 1.0.0.

Release notes

Sourced from carpentries/actions/comment-diff's releases.

v1.0.0

This release fundamentally changes how the renv caching steps work, by moving away from GH/AWS S3 caches (which require elevated permissions) to docker dependency layer caches published to GitHub's package repository, GHCR.io.

The reasons for doing so are due to recent breaking changes in restricting permissions for pull_request triggered workflows (e.g. in "03 Maintain: Apply Package Cache" and "Bot: Receive Pull Request"). These changes meant that the default GITHUB_TOKEN could no longer be used to access credentials or manage PRs when automatically triggered by certain action triggers.

The new docker layer builds on the base workbench-docker image, and stores the R packages installed by renv during the 03 Apply workflow. The published dependency image layer can be used both by the workflows for subsequent builds, but also by the community in their own environments so they get a fully reproducible build of the lesson at a given point in time (including all packages).

What Else Has Changed

Full Changelog: carpentries/actions@v0.18.0...v1.0.0

Commits
  • 69a37a6 Add hpc-carpentry to validate-org
  • 6cdca37 Fix prune action name
  • 3b54f49 Prepare for v1
  • dcc9e48 Remove unneeded OIDC S3 GH cache steps
  • 8d08409 Pass back base image if no renv
  • 0b73550 Final prune action
  • fc872b4 Fix prune, keep 1 digest
  • 28dfeaa Fix GH_TOKEN
  • 6814a75 Add dependency pruning action
  • 0c5b3db Test using full repo contents instead of just the renv dir
  • 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 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 [carpentries/actions/comment-diff](https://github.com/carpentries/actions) from 0.18.0 to 1.0.0.
- [Release notes](https://github.com/carpentries/actions/releases)
- [Commits](carpentries/actions@fa5cbc1...69a37a6)

---
updated-dependencies:
- dependency-name: carpentries/actions/comment-diff
  dependency-version: 1.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 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 17, 2026 19:30
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Aug 17, 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