dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Dependabot on Github Actions reporting Node 16 deprecation issue

Open broksonic21 opened this issue 1 year ago • 3 comments

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

image

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

broksonic21 avatar Apr 24 '24 13:04 broksonic21

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/

broksonic21 avatar May 01 '24 16:05 broksonic21

if anyone else runs into this, found this in dependabot's action repo: https://github.com/github/dependabot-action/pull/1219

broksonic21 avatar May 07 '24 12:05 broksonic21

I think https://github.com/github/dependabot-action/pull/1104 fixed this (that is, when it gets released).

torokati44 avatar May 09 '24 17:05 torokati44

closing, no longer an issue

broksonic21 avatar May 16 '24 21:05 broksonic21