Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 7 updates #300

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps the dependencies group with 7 updates:

Package From To
actions/checkout 2 4
EndBug/add-and-commit 5 9
JamesIves/github-pages-deploy-action 3.7.1 4.6.4
actions/upload-artifact 3 4
Minionguyjpro/Inno-Setup-Action 1.2.2 1.2.4
actions/github-script 3.1.0 7.0.1
myrotvorets/set-commit-status-action 1.1.6 2.0.1

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

... (truncated)

Commits

Updates EndBug/add-and-commit from 5 to 9

Release notes

Sourced from EndBug/add-and-commit's releases.

v9.0.0

Changed:

  • [BREAKING] The action will now fail when the git commit command fails. (#370)
  • [BREAKING] The action won't try deleting and re-creting tags when it fails to push them, it's now up to you to set the proper arguments (see the tag_push input). (#367)

Added:

  • tag_push input: you can now set the arguments of the git push --tags command.
  • tag_pushed output: whether the action pushed tags.

v8.0.2

Fixed:

  • The commit input is now properly listed in the README. (#360)

v8.0.1

Fixed:

  • Fixed a bug that prevented the --allow-empty flag from being used for the commit input. (#352)
  • Fixed README and CHANGELOG docs for the pull input, that were still showing the option to use NO-PULL to prevent pulling (while now it's the default behavior). (#354)
  • Added a paragraph to the FAQs section of the README, that explains how to work with PRs in v8. (#351)

v8.0.0

Fixed:

  • [BREAKING] The action will now work with whatever ref has been checked out, without pulling or switching branches by default. You can still pull using the pull input and create a new branch with the newly-added new_branch input. For more info, check commit 6fdb34e.

Removed:

  • [BREAKING] The signoff input has been removed, use commit instead. (#331)
  • [BREAKING] The pull_strategy input has been removed, use pull instead.
  • [BREAKING] The branch and branch_mode inputs have been removed, check commit 6fdb34e for more info.
  • [BREAKING] The pull input doesn't support NO-PULL anymore: if you don't want the action to pull, simply remove the input, as it's the default behavior now.

Added:

  • Added the commit input, that allows you to change the arguments for the git commit command. (#331)
  • Added the new_branch input. (6fdb34e)
  • Added the commit_long_sha output. (#349)

v7.5.0

Added:

  • Support remote branch creation: use the branch_mode input to make the action create a new branch when there's no branch with the given name on the remote (#329)

v7.4.0

Added:

  • Added pull input: you can use it to change the arguments of the git pull command (#294)

... (truncated)

Commits
  • a94899b 9.1.4
  • a622cc1 docs: add mdboom as a contributor for maintenance (#615)
  • 81610ab fix: bump node to v20 (#614)
  • 5e702fd chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#612)
  • f83257c chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#610)
  • 4ecef32 chore(deps-dev): bump @​typescript-eslint/parser from 6.18.1 to 6.19.0 (#609)
  • 2f00a73 chore(deps-dev): bump @​typescript-eslint/parser from 6.18.0 to 6.18.1 (#608)
  • f494dad chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 (#607)
  • e80d347 chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#606)
  • e023565 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#605)
  • Additional commits viewable in compare view

Updates JamesIves/github-pages-deploy-action from 3.7.1 to 4.6.4

Release notes

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

v4.6.4

What's Changed

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where the default config was not being applied to the non-action version of the project.

Build 🔧

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

v4.6.3

What's Changed

Build 🔧

  • Consolidated a number of build scripts to make publishing easier.

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

v4.6.2

What's Changed

Dependencies 🤖

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

v4.6.1

What's Changed

Fixes

  • Resolved an issue where workflows were suddenly failing due to a worktree in use error. The action will now attempt to create a temp branch name if the existing branch name is already checked out by a prior to step to ensure it can occur. This issue was only occurring in a handful of workflows, and likely stemmed from a git version change on the official GitHub runners. The actual root cause is still somewhat unknown.

... (truncated)

Commits
  • 920cbb3 Deploy Production Code for Commit 2323e0195f287f854c36d6aa47e2cebe03989e7c 🚀
  • 2323e01 Merge branch 'dev' into releases/v4
  • 739329c Update lib.ts
  • ab1e83d Update lib.ts
  • 78379c7 Merge branch 'dev' into releases/v4
  • 52f022e chore: format
  • fa0c379 fix: 🐛 Properly set default config for usage as node module
  • 361d3f0 build(deps): bump micromatch from 4.0.4 to 4.0.8 (#1679)
  • 90f61c8 build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 in the misc group (#1649)
  • 6f031e0 build(deps): bump the misc group across 1 directory with 8 updates (#1648)
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 3 to 4

Release notes

Sourced from actions/upload-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.2.1

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.1-node20

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0-node20

Full Changelog: actions/upload-artifact@v3.2.0-node20...v3.2.1-node20

v3.2.0

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

... (truncated)

Commits
  • 5076954 Merge pull request #598 from actions/joshmgross/exclude-hidden-files
  • d52396a Add a warning about enabling include-hidden-files
  • 710f362 Remove "merged" from include-hidden-files input description
  • 3b315f2 npm run release again 🙂
  • 3be2180 Remove another trailing comma
  • 453e8d0 Update glob license
  • 0a398c1 npm run release
  • a0c40cf Update to latest @actions/glob and fix tests
  • acb59e4 lint
  • cb6558b Exclude hidden files by default
  • Additional commits viewable in compare view

Updates Minionguyjpro/Inno-Setup-Action from 1.2.2 to 1.2.4

Release notes

Sourced from Minionguyjpro/Inno-Setup-Action's releases.

Inno Setup Action v1.2.4

Changelog

  • Got rid of the node_modules folder and migrated to the use of @vercel/ncc for CJS (Compiled JavaScript). Will fix issues and is a better option. All work is based on what's inside the package.json file.

Inno Setup Action v1.2.3

Changelog

  • Bumped Node.js version to 20, in order to stay supported.
  • Updated some Node.js dependencies.
Commits
  • 0aa2e2f Merge pull request #21 from Minionguyjpro/dependabot/npm_and_yarn/babel/eslin...
  • f2e1633 Merge pull request #22 from Minionguyjpro/dependabot/npm_and_yarn/prettier-3.2.5
  • 626be86 chore(deps-dev): bump prettier from 3.2.4 to 3.2.5
  • d043a80 chore(deps-dev): bump @​babel/eslint-parser from 7.23.9 to 7.23.10
  • 859b07d Merge pull request #18 from Minionguyjpro/dependabot/npm_and_yarn/babel/eslin...
  • 1044260 chore(deps-dev): bump @​babel/eslint-parser from 7.23.3 to 7.23.9
  • feeb4c7 Merge pull request #19 from Minionguyjpro/dependabot/npm_and_yarn/babel/prese...
  • 29ee18e Merge pull request #20 from Minionguyjpro/dependabot/npm_and_yarn/babel/core-...
  • 988ae51 chore(deps-dev): bump @​babel/core from 7.23.7 to 7.23.9
  • beb3833 chore(deps-dev): bump @​babel/preset-env from 7.23.8 to 7.23.9
  • Additional commits viewable in compare view

Updates actions/github-script from 3.1.0 to 7.0.1

Release notes

Sourced from actions/github-script's releases.

v7.0.1

What's Changed

Full Changelog: actions/github-script@v7.0.0...v7.0.1

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.1...v7.0.0

v6.4.1

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.0...v6.4.1

v6.4.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.3.3...v6.4.0

v6.3.3

What's Changed

New Contributors

... (truncated)

Commits
  • 60a0d83 Merge pull request #440 from actions/joshmgross/v7.0.1
  • b7fb200 Update version to 7.0.1
  • 12e22ed Merge pull request #439 from actions/joshmgross/avoid-setting-base-url
  • d319f8f Avoid setting baseUrl to undefined when input is not provided
  • e69ef54 Merge pull request #425 from actions/joshmgross/node-20
  • ee0914b Update licenses
  • d6fc56f Use @types/node for Node 20
  • 384d6cf Fix quotations in tests
  • 8472492 Only validate GraphQL previews
  • 84903f5 Remove node-fetch from type
  • Additional commits viewable in compare view

Updates myrotvorets/set-commit-status-action from 1.1.6 to 2.0.1

Release notes

Sourced from myrotvorets/set-commit-status-action's releases.

v2.0.1

What's Changed

... (truncated)

Commits
  • 3730c0a 2.0.1
  • 3f87488 Merge pull request #561 from markmssd/patch-1
  • e511e13 update dist
  • d2f4570 Fix typo
  • 0fc3a4e Merge pull request #559 from myrotvorets/renovate/linters
  • 0478c8a Merge pull request #560 from myrotvorets/renovate/lock-file-maintenance
  • 10b74bf chore(deps): lock file maintenance
  • 0289195 chore(deps): update dependency @​myrotvorets/eslint-config-myrotvorets-ts to v...
  • ee733d3 chore(deps): update dependency @​types/node to v20.11.19
  • 4921e31 chore(deps): update github/codeql-action digest to 3796146
  • 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 ign...

Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2024
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-1aa36b2c20 branch from 8aa28b9 to e6a8bf0 Compare September 25, 2024 21:14
@saraedum
Copy link
Member

@dependabot rebase

Copy link
Author

dependabot bot commented on behalf of github Sep 26, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@saraedum
Copy link
Member

@dependabot recreate

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) | `5` | `9` |
| [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `3.7.1` | `4.6.4` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [Minionguyjpro/Inno-Setup-Action](https://github.com/minionguyjpro/inno-setup-action) | `1.2.2` | `1.2.4` |
| [actions/github-script](https://github.com/actions/github-script) | `3.1.0` | `7.0.1` |
| [myrotvorets/set-commit-status-action](https://github.com/myrotvorets/set-commit-status-action) | `1.1.6` | `2.0.1` |


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `EndBug/add-and-commit` from 5 to 9
- [Release notes](https://github.com/endbug/add-and-commit/releases)
- [Commits](EndBug/add-and-commit@v5...v9)

Updates `JamesIves/github-pages-deploy-action` from 3.7.1 to 4.6.4
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...v4.6.4)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

Updates `Minionguyjpro/Inno-Setup-Action` from 1.2.2 to 1.2.4
- [Release notes](https://github.com/minionguyjpro/inno-setup-action/releases)
- [Commits](Minionguyjpro/Inno-Setup-Action@v1.2.2...v1.2.4)

Updates `actions/github-script` from 3.1.0 to 7.0.1
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v3.1.0...v7.0.1)

Updates `myrotvorets/set-commit-status-action` from 1.1.6 to 2.0.1
- [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases)
- [Commits](myrotvorets/set-commit-status-action@1.1.6...v2.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Minionguyjpro/Inno-Setup-Action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: myrotvorets/set-commit-status-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-1aa36b2c20 branch from 737ae68 to f57f3fb Compare September 26, 2024 15:31
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #305.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/dependencies-1aa36b2c20 branch September 30, 2024 11:07
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
Development

Successfully merging this pull request may close these issues.

1 participant