Dependabot on Github Actions reporting Node 16 deprecation issue
Is there an existing issue for this?
- [X] I have searched the existing issues
Package ecosystem
bundler
Package manager version
No response
Language version
ruby
Manifest location and content before the Dependabot update
No response
dependabot.yml content
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
time: "08:30"
timezone: "America/New_York"
versioning-strategy: increase
open-pull-requests-limit: 20
insecure-external-code-execution: deny
commit-message:
prefix: chore
prefix-development: chore
include: scope
allow:
- dependency-type: "all"
groups:
monthlybundler:
patterns:
- "*"
Updated dependency
No response
What you expected to see, versus what you actually saw
Expected to see no warnings
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
you can see this on any of Dependabots own action runs too... i.e. https://github.com/dependabot/dependabot-core/actions/runs/8816857292
for those of using Dependabot on Github Actions: will dependabot still be working after May 13th? is that still the right deadline? https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
if anyone else runs into this, found this in dependabot's action repo: https://github.com/github/dependabot-action/pull/1219
I think https://github.com/github/dependabot-action/pull/1104 fixed this (that is, when it gets released).
closing, no longer an issue