Open
Conversation
ddce10e to
cb9f06b
Compare
224eb2c to
641b36e
Compare
9d6cbe8 to
1ed0e63
Compare
c0b8bb3 to
ca897d5
Compare
5012c90 to
ff24193
Compare
7818cb9 to
f66031b
Compare
685ce19 to
5156a20
Compare
08d27d4 to
bfc8ef7
Compare
bfc8ef7 to
df75541
Compare
b928caa to
dc0c8b1
Compare
996d71b to
bc255a2
Compare
21a49d7 to
f08b02a
Compare
2469c2f to
e72b5e1
Compare
001ae90 to
4854984
Compare
1534dd4 to
b163358
Compare
5d47415 to
849ef53
Compare
feec875 to
0a29c5d
Compare
0a29c5d to
63f548a
Compare
63f548a to
014de8f
Compare
028851d to
4e59b5a
Compare
085b910 to
b1adf69
Compare
108ab60 to
0d02722
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.0.2→v5.0.4v4.1.7→v6.0.2v4.3.4→v7.0.0v1.18.0→v1.23.0~> 0.34→~> 0.40v3.25.12→v4.33.0v2.3.3→v2.4.3v2.8.1→v2.16.0Release Notes
actions/cache (actions/cache)
v5.0.4Compare Source
v5.0.3Compare Source
What's Changed
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)@actions/coreto v2.0.3Full Changelog: actions/cache@v5...v5.0.3
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v4.3.0Compare Source
What's Changed
v4.3.0release by @Link- in #1655New Contributors
Full Changelog: actions/cache@v4...v4.3.0
v4.2.4Compare Source
What's Changed
@actions/cacheto4.0.5and move@protobuf-ts/pluginto dev depdencies by @Link- in #16344.2.4by @Link- in #1636New Contributors
Full Changelog: actions/cache@v4...v4.2.4
v4.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
v4.2.2Compare Source
What's Changed
Full Changelog: actions/cache@v4.2.1...v4.2.2
v4.2.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.0...v4.2.1
v4.2.0Compare Source
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
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If 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:
1.11.11.1.30.38.3Full Changelog: actions/cache@v4.1.2...v4.2.0
v4.1.2Compare Source
What's Changed
isGheslogic by @jww3 in #14744.1.2release by @Link- in #1477New Contributors
Full Changelog: actions/cache@v4.1.1...v4.1.2
v4.1.1Compare Source
What's Changed
cache-hitoutput by @joshmgross in #1467Full Changelog: actions/cache@v4.1.0...v4.1.1
v4.1.0Compare Source
What's Changed
save-alwaysinput by @joshmgross in #1452New Contributors
Full Changelog: actions/cache@v4.0.2...v4.1.0
actions/checkout (actions/checkout)
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.0.1Compare Source
What's Changed
Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0Compare Source
What's Changed
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
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.0Compare Source
actions/upload-artifact (actions/upload-artifact)
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto 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. Thenameparameter 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
v6.0.0Compare Source
v5.0.0Compare Source
v4.6.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.6.2
v4.6.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.1
v4.6.0Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.0
v4.5.0Compare Source
What's Changed
Node.jsversion in action by @hamirmahal in #578artifact-digestoutput by @bdehamer in #656New Contributors
Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0
v4.4.3Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3
v4.4.2Compare Source
What's Changed
@actions/artifactto 2.1.11 by @robherley in #627Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2
v4.4.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1
v4.4.0Compare Source
Notice: Breaking Changes⚠️
We will no longer include hidden files and folders by default in the
upload-artifactaction 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.6Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.3.6
v4.3.5Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5
erlef/setup-elixir (erlef/setup-elixir)
v1.23.0Compare Source
What's Changed
Features
Fixes
Documentation
Version updates
New Contributors
Full Changelog: erlef/setup-beam@v1...v1.23.0
v1.22.0Compare Source
What's Changed
Features
mise.tomlasversion-file(input) by @dinokovac-river in erlef/setup-beam#415Dependabot updates
License updates
New Contributors
Full Changelog: erlef/setup-beam@v1.21.0...v1.22.0
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: erlef/setup-beam@v1...v1.21.0
v1.20.4Compare Source
What's Changed
nightlyandmaint/mainby @paulo-ferraz-oliveira in erlef/setup-beam#359Dependabot updates
Full Changelog: erlef/setup-beam@v1.20.3...v1.20.4
v1.20.3Compare Source
What's Changed
.tool-versions' line break on Windows by @paulo-ferraz-oliveira in erlef/setup-beam#357Full Changelog: erlef/setup-beam@v1.20...v1.20.3
v1.20.2Compare Source
What's Changed
latest/ ranges /-rcby @paulo-ferraz-oliveira in erlef/setup-beam#349-otp-major for Elixir by @paulo-ferraz-oliveira in erlef/setup-beam#351Full Changelog: erlef/setup-beam@v1.20...v1.20.2
v1.20.1Compare Source
What's Changed
Full Changelog: erlef/setup-beam@v1...v1.20.1
v1.20.0Compare Source
What's Changed
CODE_OF_CONDUCT.mdby @vkatsuba in erlef/setup-beam#335@dependabot
New Contributors
Full Changelog: erlef/setup-beam@v1...v1.20.0
v1.19.0Compare Source
What's Changed
rebar3nightly/latestby @paulo-ferraz-oliveira in erlef/setup-beam#331New Contributors
Full Changelog: erlef/setup-beam@v1.18.2...v1.19.0
v1.18.2Compare Source
What's Changed
Full Changelog: erlef/setup-beam@v1.18.1...v1.18.2
v1.18.1Compare Source
What's Changed
latestnot matching internal elements by @Schultzer in erlef/setup-beam#298Full Changelog: erlef/setup-beam@v1...v1.18.1
elixir-lang/ex_doc (ex_doc)
v0.40.1Compare Source
Remove link to source from generated .md files
Improve word-breaking of module names and sizing of main page titles
Include description in llms.txt
Bug fixes
v0.40.0Compare Source
Introduce Markdown formatter (thanks to Yordis Prietro)
Generate a
llms.txtdocument by default and add a "Copy Markdown" button to the top of every pageRun retriever only once per formatter
Support anchors on redirects
Bug fixes
erlandiexsnippets now include prompts.htmllinks on SwupBreaking changes
v0.39.3Compare Source
v0.39.2Compare Source
v0.39.1Compare Source
v0.39.0Compare Source
https://hexdocs.pmexdoc:full-text-search-urlmetadata is no longer supported, using the new search engines configurationv0.38.4Compare Source
v0.38.3Compare Source
v0.38.2Compare Source
<h2>/<h3>entries correctlyv0.38.1Compare Source
v0.38.0Compare Source
Allow listing outside URLs in extras
Bug fixes
<,>,&and in headers would appear as entities in the sidebarv0.37.3Compare Source
http-equiv=refreshduring Swup.js navigationv0.37.2[Compare Source](https://redirect.github.com/elixir-l
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.