Skip to content

Update all dependencies#153

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

Update all dependencies#153
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 1, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4.0.1v5.0.5
actions/checkout action major v4.1.1v6.0.2
actions/upload-artifact action major v4.3.1v7.0.1
erlef/setup-beam action minor v1.17.5v1.24
ex_doc (source) dev minor ~> 0.31~> 0.40
github/codeql-action action major v3.24.6v4.35.2
hackney (source) prod major ~> 1.18~> 4.0
ossf/scorecard-action action minor v2.3.1v2.4.3
stellar_sdk (source) prod minor ~> 0.21.2~> 0.22.0
step-security/harden-runner action minor v2.7.0v2.19.0

Release Notes

actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed

Full Changelog: actions/cache@v4.0.1...v4.0.2

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6-beta

Compare Source

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598
actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source

v6

Compare Source

v6.0.0

Compare Source

v5

Compare Source

v5.0.0

Compare Source

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

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

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

erlef/setup-beam (erlef/setup-beam)

v1.24

Compare Source

v1.24.0

Compare Source

⚠️ Potentially breaking changes

Since GitHub is phasing out Node 20 runners, the erlef/setup-beam action has updated its requirements (see PR #​426). Please ensure your workflow files are updated to align with the latest GitHub Actions standards to avoid execution failures.

What's Changed
New Contributors

Full Changelog: erlef/setup-beam@v1...v1.24.0

v1.23

Compare Source

v1.23.0

Compare Source

What's Changed
Features
Fixes
Documentation
Version updates
New Contributors

Full Changelog: erlef/setup-beam@v1...v1.23.0

v1.22

Compare Source

v1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: erlef/setup-beam@v1.21.0...v1.22.0

v1.21

Compare Source

v1.21.0

Compare Source

What's Changed
New Contributors

Full Changelog: erlef/setup-beam@v1...v1.21.0

v1.20.4

Compare Source

What's Changed
Dependabot updates

Full Changelog: erlef/setup-beam@v1.20.3...v1.20.4

v1.20.3

Compare Source

What's Changed

Full Changelog: erlef/setup-beam@v1.20...v1.20.3

v1.20.2

Compare Source

What's Changed

Full Changelog: erlef/setup-beam@v1.20...v1.20.2

v1.20.1

Compare Source

What's Chan

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from d14d7bc to a403d95 Compare April 10, 2024 13:17
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 1d2e66b to e9c9b3d Compare April 18, 2024 17:32
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 3198b34 to 02d37df Compare April 26, 2024 02:20
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 91d4d6c to b47b5de Compare May 13, 2024 13:25
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 0a89819 to c98f91c Compare May 22, 2024 01:36
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from f2760c5 to 4aa6cf7 Compare June 4, 2024 21:50
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from c1c77ae to 6971ba6 Compare June 13, 2024 17:09
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from e13336c to ed9937f Compare June 28, 2024 17:04
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 321f9c9 to ece7d84 Compare July 12, 2024 09:42
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 0abf8f5 to 5801f8d Compare August 21, 2024 22:56
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 5f3c1a1 to de940e6 Compare August 30, 2024 19:12
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from b3fe451 to 0b06557 Compare September 13, 2024 17:08
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 4eab242 to ca42a23 Compare September 25, 2024 23:00
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 74e0fda to 7863bbb Compare October 4, 2024 22:40
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 87b2530 to 1f5e956 Compare October 9, 2024 19:35
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 2a77e9c to 806edd5 Compare October 23, 2024 16:26
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 47ae123 to 90a0e65 Compare November 14, 2024 15:11
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 20, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update ex_doc hackney stellar_sdk
warning: setting :preferred_cli_env in your mix.exs "def project" is deprecated, set it inside "def cli" instead:

    def cli do
      [preferred_envs: [coveralls: :test, "coveralls.detail": :test, "coveralls.post": :test, "coveralls.html": :test]]
    end

  (mix 1.19.5) lib/mix/cli.ex:187: Mix.CLI.preferred_cli_env/3
  (mix 1.19.5) lib/mix/cli.ex:170: Mix.CLI.maybe_change_env_and_target/2
  (mix 1.19.5) lib/mix/cli.ex:59: Mix.CLI.proceed/2
  /opt/containerbase/tools/elixir/1.19.5/bin/mix:7: (file)
  (elixir 1.19.5) src/elixir_compiler.erl:81: :elixir_compiler.dispatch/4
  (elixir 1.19.5) src/elixir_compiler.erl:56: :elixir_compiler.compile/4

** (Mix) Hex dependency resolution failed

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.

0 participants