Skip to content

Bump the updates group across 1 directory with 3 updates#279

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/updates-db5520692f
Open

Bump the updates group across 1 directory with 3 updates#279
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/updates-db5520692f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the updates group with 3 updates in the / directory: JamesIves/github-pages-deploy-action, r-hub/actions and carpentries/actions.

Updates JamesIves/github-pages-deploy-action from 4.7.4 to 4.8.0

Release notes

Sourced from JamesIves/github-pages-deploy-action's releases.

v4.8.0

What's Changed

Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.8.0

v4.7.6

What's Changed

Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.7.6

v4.7.5

What's Changed

Bug Fixes 🐛

Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.7.5

Commits

Updates r-hub/actions from 1.7.0 to 1.7.1

Changelog

Sourced from r-hub/actions's changelog.

v1.7.1 (2026-01-07)

  • [setup-r-openbsd, setup-r-freebsd, setup-r-netbsd, setup-r-dragonflybsd] Fix Rscript shell after vmactions infrastructure changes.

v1.7.0 (2025-10-06)

  • [register-redhat]: the is a new action to register a RetHat system with subscription-manager, and unregister it at the end of the workflow (@​jeroen, #35).

  • New container: lto.

  • [run-check]: use tools/valgrind.supp and inst/valgrind.supp as additional Valgrind suppressions in the valgrind container.

  • [run-check]: pre-checks scripts work correctly now for containers, this fixes checks on the valgrind container.

  • [setup-r-openbsd]: now works with older OpenBSD versions, they need a different OpenBSD mirror.

  • [debug-shell]: has improvements on Window, it uses the latest tmate and also installs MSYS2.

v1.6.6 (2025-04-21)

  • [run-check]: Use macos-15 to more closely resemble CRAN's machine (@​jonkeane, #34).

v1.6.5 (2025-03-11)

  • [setup-r-sysreqs]: new arch input parameter, to be able to install x86_64 packages on arm64 runners.

v1.6.4 (2025-03-10)

  • [setup-r-sysreqs]: update system packages from CRAN and R-universe.

v1.6.3 (2025-02-26)

  • New container: gcc-asan.

v1.6.2 (2025-02-26)

  • New container: gcc15.

v1.6.1 (2025-02-05)

... (truncated)

Commits

Updates carpentries/actions from 0.15.0 to 0.16.0

Release notes

Sourced from carpentries/actions's releases.

v0.16.0

Release v0.16.0

This represents the final release of the core Carpentries actions before the Workbench workflows are migrated to the Docker versions.

Pinning to this version will allow users to remain on the non-Docker actions if desired.

What's Changed

Full Changelog: carpentries/actions@0.15.0...v0.16.0

Commits
  • 570d80c Align with new vise::ci_update inputs
  • b785816 Add codeowners
  • 3afbe56 Pass through WORKBENCH_TAG repo var
  • 6ae7a89 Merge branch 'main' of github.com:carpentries/actions into main
  • ca0c814 Fix token check URL
  • ec50759 Merge pull request #115 from carpentries/frog-site-libs-1
  • e4cc6ed Add site-libs to build
  • d9670bf Fix cache restore
  • c2d5491 Merge pull request #114 from carpentries/frog-renv-apply-1
  • 4d6f294 Move refs to main
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 12, 2026 23:51
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Jan 12, 2026
Bumps the updates group with 3 updates in the / directory: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action), [r-hub/actions](https://github.com/r-hub/actions) and [carpentries/actions](https://github.com/carpentries/actions).


Updates `JamesIves/github-pages-deploy-action` from 4.7.4 to 4.8.0
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4a3abc7...d92aa23)

Updates `r-hub/actions` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/r-hub/actions/releases)
- [Changelog](https://github.com/r-hub/actions/blob/main/NEWS.md)
- [Commits](r-hub/actions@f5cc1eb...5f3d1c9)

Updates `carpentries/actions` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/carpentries/actions/releases)
- [Commits](carpentries/actions@2e20fd5...570d80c)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: r-hub/actions
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: carpentries/actions
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/updates-db5520692f branch from b092445 to 135735f Compare January 19, 2026 20:37
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